Natan Vivo
Natan Vivo
Some libraries cannot be minified without breaking the code or undoing optimizations. Popular ones include angularjs and lodash. Cassette should allow to use .min.js files when available. An easy solution...
I have a scenario where I want to create bundle composed of multiple files and folders. These folders have bundle descriptors and references in a way that could be bundles...
Currently, there is no native way to create a bundle that is composed of multiple folders that are not part of the same tree. Sometimes it is not possible or...
The current components.json still points to 2.1, and this is what is currently in bower's registry.
When the binding value for ng-src is null, src is not set and the fallback img is not set. This happens when loading the url from database and the url...
Some events are missing from ElasticSearch and I'm investigating what is happening. Looking into the selflog I get this error every few minutes: ``` 2019-08-23T17:40:38.4905634Z Exception while emitting periodic batch...
@Horusiath, @Aaronontheweb Added some caching to type resolvers. Related to https://github.com/akkadotnet/Hyperion/pull/28#discussion_r99285366 I'm not able to run the performance tests here for some reason. Both VS and `build runtests` fails to...
Everytime I start hangfire, I get this error on the log: ``` System.ArgumentException: An item with the same key has already been added. at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue...
This is a proposal to use "data-mask" instead of "alt" to store the mask by default. Alt is not a global attribute and it should be used to give an...
Is there a way to specialize a collector to a different database without passing the server information? I'd like for a library to write to the same server in a...