Simon Weaver
Simon Weaver
I've managed to reduce my need for webpack plugins so I am only left with a need for the [define 'plugin'](https://esbuild.github.io/api/#optimization) to replace some constants (IS_PRODUCTION, IS_DEV, SIGNAL_DEBUGGING_ENABLED) for tree...
It's just too ugly. Then imagine ten in a row :-( I expect to rarely be using options myself and in most cases primitive type inputs probably don't need to...
@crisbeto Been spending all afternoon playing around and trying to understand this issue. Adding a class of `.ng-animating { outline: 1px solid red; }` gives me the following screenshot when...
This was the best I came up with. Wish it was 'built in' in some fashion. if (campaignInsights.paging != null && campaignInsights.paging.next != null) { var url = new Uri(campaignInsights.paging.next.ToString()).PathAndQuery;...
I just had the same issue with the latest version. > 6>System.InvalidOperationException: The setting SerializerSettings cannot be used when SerializerOptions is set. > 6> at NJsonSchema.Generation.JsonSchemaGeneratorSettings.UpdateActualContractResolverAndSerializerSettings() > 6> at NJsonSchema.Generation.JsonSchemaGeneratorSettings.set_SerializerSettings(JsonSerializerSettings...
It may never be possible for `ngSwitch` to have this kind of behavior. The good news is you do not need to use a type guard function (`isFish()`, `isBird()`) to...
### Simplest Workaround: Every time I try to research this to see if something new has come along I invariably revert back to the simplicity of just creating a new...
It is actually possible to get the watcher (that starts for your server project) to work with the WASM client, with a little trick. My server project folder is in...
@Ketec it's definitely been superseded by [Elf from the same author](https://netbasal.com/introducing-elf-a-reactive-store-with-magical-powers-for-js-apps-678d6cb0596f) But it's probably impractical for most to update to it - at least for a working project. @NetanelBasal hope...
@AndrewKushnir surely there is a way to offer some sort of helper functions to do this (if bundle size is really what is holding this up). If you look at...