Facundo Donato
Facundo Donato
1st I tried to install as I use to, then, I get an error in `import { WebStorageModule, LocalStorageService } from "angular2-localstorage";` as it `angular2-localstorage` was not found. Installed `typings`...
I'm using this plugin and sometimes I need the Map equivalent for a JSON marshaling. Off course, I dont want it to be JSON, but a **real** Groovy Map. Is...
I'm creating a site where a `popup` uses a template that needs access to data from scope (let's thing of it as a popup assigned for every item in a...
Using [email protected] I found that `allowClear: true` option allows to _clear selection_ in the UI, but the `valueChanged` event is firing incorrectly with the value of the last selected option...
According to this [this](http://stackoverflow.com/a/30793677/1098814), a `value = null` should clear selection. Here is an example so you can see the strange behavior. http://plnkr.co/edit/XHJqJu?p=preview&open=app%2Fapp.component.ts
Refs #11 I'm trying to connect a Blink Mini firmware 9.9 With homebridge docker image running on Raspberry Pi 4 Ubuntu Jammy Jellyfish (22.04.3 LTS) Node.js Version: v18.19.0 [homebridge-blink-for-home](https://github.com/colinbendell/homebridge-blink-for-home) 3.8.2...
I found out that `addServerMessages` function (the one used by `serverMessagesInterceptor`) overrides global config parameters [check this lines](https://github.com/JanStevens/angular-growl-2/blob/master/src/growlFactory.js#L250). It might be possible to use `angular.extend` in order to retain the...
I'm starting a new project and would like to use _full text search_; hibernate search sounds quite all right, but I don't like the idea of starting a brand new...
I'm working on a chat (to extend grailsTodo example) and wildcard topics are not being received by javascript but they are by the Service based listener. You can check it...