Giter Club home page Giter Club logo

esri.github.io's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

esri.github.io's Issues

topic links should send people to search within the esri org

showcase repos that are located in their own dedicated org (like koopjs and r-arcgis) won't be included, but the presence of a search bar makes the concession more than worth it.

current: https://github.com/search?q=topic%3Aweb-development+org%3AEsri

proposed: https://github.com/Esri?utf8=✓&topic=web-development&type=&language=

the benefit is that the second search page includes canned helpers to assist users in filtering by language and searching by keyword.

Use CloudFront (or another CDN)

S3 is not a CDN.

<link rel="stylesheet" href="https://s3-us-west-1.amazonaws.com/patterns.esri.com/files/calcite-web/1.0.0-beta.31/css/calcite-web.min.css">
<script src="https://s3-us-west-1.amazonaws.com/patterns.esri.com/files/calcite-web/1.0.0-beta.31/js/calcite-web.min.js"></script>

What you're looking for is CloudFront. You'll want to put your bucket behind a sub-domain, like cdn.esri.com or some-such.

<link rel="stylesheet" href="https://cdn.esri.com/files/calcite-web/1.0.0-beta.31/css/calcite-web.min.css">
<script src="https://cdn.esri.com/files/calcite-web/1.0.0-beta.31/js/calcite-web.min.js"></script>

Let me know if you need assistance setting it up. I'm an AWS Certified Solutions Architect.

Add spinner when repo number is fetched

Looking into this but we should show a spinning indicator when repos are fetched, especially when the network is slow.

We should use this.

<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" class="svg-icon"><path d="M27.518 8.338c.324.37.772.94 1.261 1.727a13.499 13.499 0 0 1 1.986 7.41c-.019 3.243-1.41 7.185-4.559 10.081-3.085 2.902-7.94 4.492-12.611 3.566-4.697-.832-8.864-4.161-10.853-8.38-2.043-4.23-1.863-9.035-.373-12.647 1.463-3.672 4.051-6.09 6.098-7.421C10.551 1.336 12.092.889 12.389.802c1.234-.356 2.457-.18 3.282.309.839.511 1.281 1.259 1.276 2.105-.079 1.717-1.406 3.039-2.86 3.478-.19.051-1.158.258-2.564.99a10.6 10.6 0 0 0-4.43 4.522c-1.216 2.318-1.698 5.672-.504 8.872 1.158 3.185 4.042 6.059 7.693 7.058 3.629 1.078 7.773.199 10.671-2.06 2.944-2.244 4.563-5.648 4.855-8.66.369-3.046-.465-5.615-1.261-7.222a13.163 13.163 0 0 0-1.084-1.812l-.45-.601.504.559z"/></svg>

Show feedback while GitHub API fetches result counts/errors

If you search on a slow connection (or visit a page like this on a slow connection), there is a period of time where no result count shows for the search criteria. This is confusing.

unknown-3

Let's show a spinner in place of the count while it's searching (perhaps on a 100ms delay, to avoid constant flickering as you type on a fast network).

Likewise, if there's an error, perhaps we can show some symbol with a tooltip indicating that there was an error scanning our repos to return a count.

Upgrading to Arcgis 4.12 throws an error: ERROR TypeError: Cannot read property '1' of undefined

We use Arcgis for javascript 4.11 and after loading the map on the UI, everything works fine. However, we just upgraded to use version 4.12 and we are getting the following error on page load. Can someone please help us resolve this? Thanks

core.js:15713 ERROR TypeError: Cannot read property '1' of undefined
at a.getData (engine.js:448)
at a.getVVSize (engine.js:447)
at a.reset (engine.js:468)
at a.reset (engine.js:465)
at a.run (engine.js:457)
at Object.e._applyVisivilityPass (mapViewDeps.js:8)
at u (mapViewDeps.js:9)
at ZoneDelegate.push../node_modules/zone.js/dist/zone.js.ZoneDelegate.invokeTask (zone.js:423)
at Object.onInvokeTask (core.js:17279)
at ZoneDelegate.push../node_modules/zone.js/dist/zone.js.ZoneDelegate.invokeTask (zone.js:422)

Two buttons with same ID

It's not good to have two exact buttons with same id. Need to look into this.

  <div class="column-6 no-padding-right tablet-hide">
      <a id="btnViewRepos" href="https://github.com/esri" class="btn btn-blue btn-fill">View on GitHub <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" class="svg-icon"><path d="M7 4h5l12 12-12 12H7l12-12L7 4z"/></svg></a>
    </div>
  </div>
  <!-- same button as above, but outside the grid-container its easier to center-->
  <div class="tablet-show">
      <a id="btnViewRepos" href="https://github.com/esri" class="btn btn-blue btn-fill">View on GitHub <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" class="svg-icon"><path d="M7 4h5l12 12-12 12H7l12-12L7 4z"/></svg></a>
    </div>
``

License of this project

What is the license of the code in this project? Would you add a LICENSE file to make this project re-usable for others, if you can open source this of course.

Add analytics tracking to the landing page

Ask Dan (or Keith?) if Esri already has an analytics tool they use for tracking websites (such as Omniture). If not, let's temporarily setup a Google Analytics tracking for the github landing pages.

time to ship: to do

  • figure out how to redirect old searches (ie: https://esri.github.io#Leaflet) #54
  • get rid of the cruft that's not actually used to generate the built site
  • resolve merge conflict with master
  • how exactly are we going to serve? (probably isolate /build in master using github pages repo settings once its pushed to version control)
  • doc the development process for new contributors
  • rename repo to esri.github.io
  • deprecate the old repo

establish procedure to continually curate list of Search Topics

I am not sure what the definition is for our search topics. Are they platforms, languages, capabilities, or what? The list isn't making any organizational sense, I was wondering if we had a definition of what should be here.

For example, we have JavaScript and Web-Development, but we do not have iOS or Android yet we have objective-c and java. I would think developers search for ios or android projects would be searching by those topics, not the programming language. Also no .net or qt or qml. we have native, but I am not sure how that topic is useful, no one is looking for native projects instead they look for projects in a specific platform/technology they can load into their ide and build (such as .net or wpf, android, ios, etc). We have utilities and government but missing a whole bunch of other industries. and capabilities, we list some, but routing and navigation and geoenrichment are missing.

The runtime projects are going to be tagged by the SDK used in the project, so they would be using topics we currently don't support. I think we should add them.

@alaframboise @jgravois what do you think?

Can't load RuntimeCoreNet.dll

Working with .net core 3.1 and wpf/esri mapping solution. Running in vs no issues but after installing application we get the following error:

Application: Volcano.MappingHost.exe CoreCLR Version: 4.700.19.60701 .NET Core Version: 3.1.1 Description: The process was terminated due to an unhandled exception. Exception Info: Prism.Modularity.ModuleInitializeException: An exception occurred while initializing module 'MappingModule'. - The exception message was: An exception has occurred while trying to add a view to region 'MapContentRegion'. - The most likely causing exception was was: 'System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Windows.Markup.XamlParseException: Set property 'Prism.Mvvm.ViewModelLocator.AutoWireViewModel' threw an exception. ---> System.TypeInitializationException: The type initializer for 'RuntimeCoreNet.GeneratedWrappers.CoreWrapperBase' threw an exception. ---> System.InvalidOperationException: Could not load ArcGIS Runtime (RuntimeCoreNet.dll) or one of its dependencies. Ensure "Microsoft Visual C++ 2015-2019 Redistributable" is installed. ---> System.BadImageFormatException: An attempt was made to load a program with an incorrect format. (0x8007000B) at RuntimeCoreNet.GeneratedWrappers.CoreArcGISRuntimeEnvironment.CoreRT_ArcGISRuntimeEnvironment_setInstallDirectory(Byte[] installPath, IntPtr& outErrorHandle) at RuntimeCoreNet.GeneratedWrappers.CoreArcGISRuntimeEnvironment.SetInstallDirectory(String installPath) at Esri.ArcGISRuntime.ArcGISRuntimeEnvironment.TryInitialize() --- End of inner exception stack trace --- at Esri.ArcGISRuntime.ArcGISRuntimeEnvironment.TryInitialize() at Esri.ArcGISRuntime.ArcGISRuntimeEnvironment.InitNative() at Esri.ArcGISRuntime.ArcGISRuntimeEnvironment.Initialize() at Esri.ArcGISRuntime.ArcGISRuntimeEnvironment.OnBeforeFirstUseOfGeneratedWrapper() at RuntimeCoreNet.GeneratedWrappers.CoreWrapperBase..cctor() --- End of inner exception stack trace --- at RuntimeCoreNet.GeneratedWrappers.CoreWrapperBase..ctor(IntPtr handle) at RuntimeCoreNet.GeneratedWrappers.CoreColor..ctor(IntPtr handle) at RuntimeCoreNet.GeneratedWrappers.CoreRGBColor..ctor(IntPtr handle) at RuntimeCoreNet.GeneratedWrappers.CoreRGBColor..ctor(Byte red, Byte green, Byte blue, Byte alpha) at Esri.ArcGISRuntime.Internal.GraphicUtils.FromColorToCore(Color color) at Esri.ArcGISRuntime.Symbology.SimpleFillSymbol..ctor(SimpleFillSymbolStyle style, Color color, LineSymbol outline) at Volcano.Module.Mapping.MapCore.MapViewController..ctor(IEventAggregator eventAggregator) in D:\Projects\VolcanoMapping\Volcano.Module.Mapping\MapCore\MapViewController.cs:line 21 --- End of inner exception stack trace --- at System.Windows.Markup.XamlReader.RewrapException(Exception e, IXamlLineInfo lineInfo, Uri baseUri) at System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri) at System.Windows.Markup.WpfXamlLoader.LoadBaml(XamlReader xamlReader, Boolean skipJournaledProperties, Object rootObject, XamlAccessLevel accessLevel, Uri baseUri) at System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream) at System.Windows.Application.LoadComponent(Object component, Uri resourceLocator) at Volcano.Module.Mapping.Views.VolcanoMapView.InitializeComponent() at Volcano.Module.Mapping.Views.VolcanoMapView..ctor() in D:\Projects\VolcanoMapping\Volcano.Module.Mapping\Views\VolcanoMapView.xaml.cs:line 9 --- End of inner exception stack trace --- at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor, Boolean wrapExceptions) at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at Unity.Processors.ConstructorProcessor.<>c__DisplayClass16_0.b__0(BuilderContext& c) at Unity.Processors.MemberProcessor2.<>c__DisplayClass8_0.<GetResolver>b__0(BuilderContext& c) at Unity.Processors.MemberProcessor2.<>c__DisplayClass8_0.b__0(BuilderContext& c) at Unity.Processors.MemberProcessor2.<>c__DisplayClass8_0.<GetResolver>b__0(BuilderContext& c) at Unity.UnityContainer.<>c__DisplayClass111_0.<OptimizingFactory>b__0(BuilderContext& c) at Unity.Strategies.BuildPlanStrategy.PreBuildUp(BuilderContext& context) at Unity.UnityContainer.<>c.<.ctor>b__73_1(BuilderContext& context) at Unity.UnityContainer.Unity.IUnityContainer.Resolve(Type type, String name, ResolverOverride[] overrides) at Prism.Unity.UnityServiceLocatorAdapter.DoGetInstance(Type serviceType, String key) at CommonServiceLocator.ServiceLocatorImplBase.GetInstance(Type serviceType, String key)'. But also check the InnerExceptions for more detail or call .GetRootException(). - The Assembly that the module was trying to be loaded from was:Volcano.Module.Mapping, Version=1.0.22.0, Culture=neutral, PublicKeyToken=null Check the InnerException property of the exception for more information. If the exception occurred while creating an object in a DI container, you can exception.GetRootException() to help locate the root cause of the problem. ---> Prism.Regions.ViewRegistrationException: An exception has occurred while trying to add a view to region 'MapContentRegion'. - The most likely causing exception was was: 'System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Windows.Markup.XamlParseException: Set property 'Prism.Mvvm.ViewModelLocator.AutoWireViewModel' threw an exception. ---> System.TypeInitializationException: The type initializer for 'RuntimeCoreNet.GeneratedWrappers.CoreWrapperBase' threw an exception. ---> System.InvalidOperationException: Could not load ArcGIS Runtime (RuntimeCoreNet.dll) or one of its dependencies. Ensure "Microsoft Visual C++ 2015-2019 Redistributable" is installed. ---> System.BadImageFormatException: An attempt was made to load a program with an incorrect format. (0x8007000B) at RuntimeCoreNet.GeneratedWrappers.CoreArcGISRuntimeEnvironment.CoreRT_ArcGISRuntimeEnvironment_setInstallDirectory(Byte[] installPath, IntPtr& outErrorHandle) at RuntimeCoreNet.GeneratedWrappers.CoreArcGISRuntimeEnvironment.SetInstallDirectory(String installPath) at Esri.ArcGISRuntime.ArcGISRuntimeEnvironment.TryInitialize() --- End of inner exception stack trace --- at Esri.ArcGISRuntime.ArcGISRuntimeEnvironment.TryInitialize() at Esri.ArcGISRuntime.ArcGISRuntimeEnvironment.InitNative() at Esri.ArcGISRuntime.ArcGISRuntimeEnvironment.Initialize() at Esri.ArcGISRuntime.ArcGISRuntimeEnvironment.OnBeforeFirstUseOfGeneratedWrapper() at RuntimeCoreNet.GeneratedWrappers.CoreWrapperBase..cctor() --- End of inner exception stack trace --- at RuntimeCoreNet.GeneratedWrappers.CoreWrapperBase..ctor(IntPtr handle) at RuntimeCoreNet.GeneratedWrappers.CoreColor..ctor(IntPtr handle) at RuntimeCoreNet.GeneratedWrappers.CoreRGBColor..ctor(IntPtr handle) at RuntimeCoreNet.GeneratedWrappers.CoreRGBColor..ctor(Byte red, Byte green, Byte blue, Byte alpha) at Esri.ArcGISRuntime.Internal.GraphicUtils.FromColorToCore(Color color) at Esri.ArcGISRuntime.Symbology.SimpleFillSymbol..ctor(SimpleFillSymbolStyle style, Color color, LineSymbol outline) at Volcano.Module.Mapping.MapCore.MapViewController..ctor(IEventAggregator eventAggregator) in D:\Projects\VolcanoMapping\Volcano.Module.Mapping\MapCore\MapViewController.cs:line 21 --- End of inner exception stack trace --- at System.Windows.Markup.XamlReader.RewrapException(Exception e, IXamlLineInfo lineInfo, Uri baseUri) at System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri) at System.Windows.Markup.WpfXamlLoader.LoadBaml(XamlReader xamlReader, Boolean skipJournaledProperties, Object rootObject, XamlAccessLevel accessLevel, Uri baseUri) at System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream) at System.Windows.Application.LoadComponent(Object component, Uri resourceLocator) at Volcano.Module.Mapping.Views.VolcanoMapView.InitializeComponent() at Volcano.Module.Mapping.Views.VolcanoMapView..ctor() in D:\Projects\VolcanoMapping\Volcano.Module.Mapping\Views\VolcanoMapView.xaml.cs:line 9 --- End of inner exception stack trace --- at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor, Boolean wrapExceptions) at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at Unity.Processors.ConstructorProcessor.<>c__DisplayClass16_0.<GetResolverDelegate>b__0(BuilderContext& c) at Unity.Processors.MemberProcessor2.<>c__DisplayClass8_0.b__0(BuilderContext& c) at Unity.Processors.MemberProcessor2.<>c__DisplayClass8_0.<GetResolver>b__0(BuilderContext& c) at Unity.Processors.MemberProcessor2.<>c__DisplayClass8_0.b__0(BuilderContext& c) at Unity.UnityContainer.<>c__DisplayClass111_0.b__0(BuilderContext& c) at Unity.Strategies.BuildPlanStrategy.PreBuildUp(BuilderContext& context) at Unity.UnityContainer.<>c.<.ctor>b__73_1(BuilderContext& context) at Unity.UnityContainer.Unity.IUnityContainer.Resolve(Type type, String name, ResolverOverride[] overrides) at Prism.Unity.UnityServiceLocatorAdapter.DoGetInstance(Type serviceType, String key) at CommonServiceLocator.ServiceLocatorImplBase.GetInstance(Type serviceType, String key)'. But also check the InnerExceptions for more detail or call .GetRootException(). ---> CommonServiceLocator.ActivationException: Activation error occurred while trying to get instance of type VolcanoMapView, key "" ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Windows.Markup.XamlParseException: Set property 'Prism.Mvvm.ViewModelLocator.AutoWireViewModel' threw an exception. ---> System.TypeInitializationException: The type initializer for 'RuntimeCoreNet.GeneratedWrappers.CoreWrapperBase' threw an exception. ---> System.InvalidOperationException: Could not load ArcGIS Runtime (RuntimeCoreNet.dll) or one of its dependencies. Ensure "Microsoft Visual C++ 2015-2019 Redistributable" is installed. ---> System.BadImageFormatException: An attempt was made to load a program with an incorrect format. (0x8007000B) at RuntimeCoreNet.GeneratedWrappers.CoreArcGISRuntimeEnvironment.CoreRT_ArcGISRuntimeEnvironment_setInstallDirectory(Byte[] installPath, IntPtr& outErrorHandle) at RuntimeCoreNet.GeneratedWrappers.CoreArcGISRuntimeEnvironment.SetInstallDirectory(String installPath) at Esri.ArcGISRuntime.ArcGISRuntimeEnvironment.TryInitialize() --- End of inner exception stack trace --- at Esri.ArcGISRuntime.ArcGISRuntimeEnvironment.TryInitialize() at Esri.ArcGISRuntime.ArcGISRuntimeEnvironment.InitNative() at Esri.ArcGISRuntime.ArcGISRuntimeEnvironment.Initialize() at Esri.ArcGISRuntime.ArcGISRuntimeEnvironment.OnBeforeFirstUseOfGeneratedWrapper() at RuntimeCoreNet.GeneratedWrappers.CoreWrapperBase..cctor() --- End of inner exception stack trace --- at RuntimeCoreNet.GeneratedWrappers.CoreWrapperBase..ctor(IntPtr handle) at RuntimeCoreNet.GeneratedWrappers.CoreColor..ctor(IntPtr handle) at RuntimeCoreNet.GeneratedWrappers.CoreRGBColor..ctor(IntPtr handle) at RuntimeCoreNet.GeneratedWrappers.CoreRGBColor..ctor(Byte red, Byte green, Byte blue, Byte alpha) at Esri.ArcGISRuntime.Internal.GraphicUtils.FromColorToCore(Color color) at Esri.ArcGISRuntime.Symbology.SimpleFillSymbol..ctor(SimpleFillSymbolStyle style, Color color, LineSymbol outline) at Volcano.Module.Mapping.MapCore.MapViewController..ctor(IEventAggregator eventAggregator) in D:\Projects\VolcanoMapping\Volcano.Module.Mapping\MapCore\MapViewController.cs:line 21 --- End of inner exception stack trace --- at System.Windows.Markup.XamlReader.RewrapException(Exception e, IXamlLineInfo lineInfo, Uri baseUri) at System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri) at System.Windows.Markup.WpfXamlLoader.LoadBaml(XamlReader xamlReader, Boolean skipJournaledProperties, Object rootObject, XamlAccessLevel accessLevel, Uri baseUri) at System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream) at System.Windows.Application.LoadComponent(Object component, Uri resourceLocator) at Volcano.Module.Mapping.Views.VolcanoMapView.InitializeComponent() at Volcano.Module.Mapping.Views.VolcanoMapView..ctor() in D:\Projects\VolcanoMapping\Volcano.Module.Mapping\Views\VolcanoMapView.xaml.cs:line 9 --- End of inner exception stack trace --- at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor, Boolean wrapExceptions) at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at Unity.Processors.ConstructorProcessor.<>c__DisplayClass16_0.b__0(BuilderContext& c) at Unity.Processors.MemberProcessor2.<>c__DisplayClass8_0.<GetResolver>b__0(BuilderContext& c) at Unity.Processors.MemberProcessor2.<>c__DisplayClass8_0.b__0(BuilderContext& c) at Unity.Processors.MemberProcessor2.<>c__DisplayClass8_0.<GetResolver>b__0(BuilderContext& c) at Unity.UnityContainer.<>c__DisplayClass111_0.<OptimizingFactory>b__0(BuilderContext& c) at Unity.Strategies.BuildPlanStrategy.PreBuildUp(BuilderContext& context) at Unity.UnityContainer.<>c.<.ctor>b__73_1(BuilderContext& context) at Unity.UnityContainer.Unity.IUnityContainer.Resolve(Type type, String name, ResolverOverride[] overrides) at Prism.Unity.UnityServiceLocatorAdapter.DoGetInstance(Type serviceType, String key) at CommonServiceLocator.ServiceLocatorImplBase.GetInstance(Type serviceType, String key) --- End of inner exception stack trace --- at CommonServiceLocator.ServiceLocatorImplBase.GetInstance(Type serviceType, String key) at CommonServiceLocator.ServiceLocatorImplBase.GetInstance(Type serviceType) at Prism.Regions.RegionViewRegistry.CreateInstance(Type type) at Prism.Regions.RegionViewRegistry.<>c__DisplayClass8_0.<RegisterViewWithRegion>b__0() at Prism.Regions.Behaviors.AutoPopulateRegionBehavior.OnViewRegistered(Object sender, ViewRegisteredEventArgs e) --- End of inner exception stack trace --- at Prism.Regions.RegionViewRegistry.OnContentRegistered(ViewRegisteredEventArgs e) at Prism.Regions.RegionViewRegistry.RegisterViewWithRegion(String regionName, Func1 getContentDelegate) at Prism.Regions.RegionViewRegistry.RegisterViewWithRegion(String regionName, Type viewType) at Prism.Regions.RegionManager.RegisterViewWithRegion(String regionName, Type viewType) at Volcano.Module.Mapping.MappingModule.OnInitialized(IContainerProvider containerProvider) in D:\Projects\VolcanoMapping\Volcano.Module.Mapping\MappingModule.cs:line 26 at Prism.Modularity.ModuleInitializer.Initialize(IModuleInfo moduleInfo) --- End of inner exception stack trace --- at Prism.Modularity.ModuleInitializer.HandleModuleInitializationError(IModuleInfo moduleInfo, String assemblyName, Exception exception) at Prism.Modularity.ModuleInitializer.Initialize(IModuleInfo moduleInfo) at Prism.Modularity.ModuleManager.LoadModulesThatAreReadyForLoad() at Prism.Modularity.ModuleManager.LoadModulesWhenAvailable() at Prism.Modularity.ModuleManager.Run() at Prism.PrismApplicationBase.InitializeModules() at Prism.PrismApplicationBase.Initialize() at Prism.PrismApplicationBase.InitializeInternal() at Prism.PrismApplicationBase.OnStartup(StartupEventArgs e) at System.Windows.Application.<.ctor>b__1_0(Object unused) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler) at System.Windows.Threading.DispatcherOperation.InvokeImpl() at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state) at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj) at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) --- End of stack trace from previous location where exception was thrown --- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state) at System.Windows.Threading.DispatcherOperation.Invoke() at System.Windows.Threading.Dispatcher.ProcessQueue() at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler) at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs) at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam) at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg) at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame) at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame) at System.Windows.Threading.Dispatcher.Run() at System.Windows.Application.RunDispatcher(Object ignore) at System.Windows.Application.RunInternal(Window window) at System.Windows.Application.Run() at Volcano.MappingHost.App.Main() in D:\Projects\VolcanoMapping\Volcano.MappingHost\obj\Release\netcoreapp3.1\win-x64\App.g.cs:line 62

Verified the existence of RuntimeCoreNet.dll in the install.

Any ideas as to how to workaround/solve?

Show matched search topic at top of topic dropdown

If I search for a topic, the topics dropdown shows the best matching result at the bottom of the list.

I'm sure the Chosen.js library is being lazy by just scrolling the best option into view, but it's not a good experience.

unknown-2

Perhaps the list should only show matching options. In the above screenshot, do I want too see "r", "real-time" and "ruby"?

Banner image broken?

Looks like someone chopped the middle out of the banner image. Couple of weird artifacts...

2017-04-07_11-42-28

automate site release steps

npm run build
git checkout -b v2-deploy
git add build -f
git commit -m 'force add built site'
git push upstream `git subtree split --prefix build v2-deploy`:master --force
  • write npm run deploy bash script (ref)
  • figure out how to maintain the commit history in master.

site facelift/revamp/update ideas

a little 🐦 told me our friendly neighborhood DC R&D has some good ideas for a facelift 👺 for the esri github landing page.

It's time to improve the landing experience to really speak legitimately what we have and how it can be used. Devs new to ArcGIS - what is the scope and capability of different projects. What's useful without any license vs what is really an extension as a customer. How do I get started.

care to elaborate @ajturner?

SAP uses a custom DESCRIPTION.MD in repositories to hydrate the cards on their landing page...

Use the "placeholder" attribute on the "input" tag

There are a few nasty UI conflicts because the greyed out "Search by topic..." placeholder behavior is implemented by controlling the input field's value attribute.

To reproduce:

  1. Enter some text (e.g. runtime).
  2. Select a topic bubble (e.g. runtime).
  3. Dismiss the topic bubble.
  4. Start typing again.

2 issues seen. In both the following screenshots, I typed runtime again once the topic bubble had been dismissed.

  1. The text is just appended to the placeholder.

unknown

  1. The placeholder disappears, but so does the start of the next text you type. Here it got as far as showing Search by topic...ru before the text was cleared, leaving only the ntime of runtime.

unknown-1

The input tag used for search should be showing Search by topic... as a placeholder attribute, not the value attribute.

Need search categories

Topics - Language

javascript
nodejs
css
sass
scss
html
ios
osx
swift
objective-c
android
flex
java
python
rest
qt
qml
vb
c#
.net
c
c++
actionscript
typescript
R
xamarin
xml
ruby
php

Topics - High-Level Categories

web-development
spatial-analysis
data-management
publishing-sharing

Topics - Sub-categories (company, technology, industry, event...)

api
arcgis ?
esri ?
desktop
web
runtime
native
server
app-template
storymaps
government
military
utilities
electric
water
emergency-management
enterprise
maps
webmap
webscene
basemap
cartography
graphics
geometry
symbols
database
dataset
layer
geocoding
geoprocessing
editing
demographics
directions
logistics
projections
statistics
analysis
networking
services
geoservices
intelligence
big-data
dashboard
tools
real-time? (another john suggestion)

Topics - Misc

devsummit
uc
sdk?
framework?
sample?
calcite?
bootstrap?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.