Rafał Pocztarski
Rafał Pocztarski
It could be useful to be able to use a custom compiler for TypeScript as well, like [ttypescript](https://github.com/cevek/ttypescript) or [reflec-ts](https://github.com/pcan/reflec-ts). I would generally avoid it for performance reasons but it...
@sebpiq Did you get any answer if this library is dead? Have you found some other alternatives in the meantime?
@ghost The ATtiny13 support was added in 2014 in pull request #44 by @Marcussacapuces91 but I'm not sure if it's complete. It wasn't merged so far.
@Enerccio - this module was forked by @springmeyer under a different name (see comments in issue #7) so you may still use it with the old API.
I reported this issue 4 month ago and I'd like to fix it. Who should I contact to get the required info? @dovy or someone else from @reduxframework?
@dovy Is the current official CDN the Rifix link as posted by @PauloFrancaLacerda? If so, I can change the links in examples - and the text _"Thanks to MaxCDN for...
I have just been blocked trying to create a benchmark with the following code: Preparation code: ```html // from: https://stackoverflow.com/a/43044212/613198 _.insertSorted = (a, v) => a.splice(_.sortedIndex(a, v), 0, v); _.insertSortedBy...
@syrusakbary This issue has been open for 1.5 year now. Any updates on that? The only way to achieve that right now seems to be: * https://github.com/stephenhandley/graphql-validated-types by @stephenhandley *...
@AgentME If you're using Ubuntu 14.04 then you can install the gimp-plugin-registry package: ``` sudo apt-get install gimp-plugin-registry ``` It's a repository of optional extensions for GIMP that contains Resynthesizer...
@hearlapati-phunware I've added some tests in PR #5 that should detect problems with the regex from this issue.