-
### What happened?
Due to certain esbuild optimizations, Hermes generates more bytecode compared to the standard Metro bundle.
It hepens for me with the folowing case:
I use `styled-components` a…
-
MetacatUI currently has an embarrassingly high time to first contentful paint. Testing `knb.ecoinformatics.org` results in a whopping **3.6 seconds** from initial page load to first contentful paint.
…
-
I think i have a difficulty using that with CoffeeScript instead of JS directly, since afaik tagged templates are not supported by cs. Any advice?
-
I make use of the hilite.me website frequently for preparing code snippets to post to my course websites and find it quite useful! However, I am now finding that it is out of date with the latest Jav…
-
Hey dude! Can't load any tests. Totaly broken, he? Can you fix this?
Awsome project!
Reload doesn't work either, seems like it only reload if multiple jasmine windows are open at once. Then it reload…
ghost updated
8 years ago
-
it's 2016 and what is this
-
(Edited)
Ex: The setInterval feature works with:
a=0;setInterval(function(){a++,b=1},33)
or
a=0;setInterval(e=>{a++,b=1},33);
but not with:
a=0;setInterval("a++",33);
…
-
Can you advice how can I add coffeescript templates for package?
-
If there html comments in `.rt` files, I always get an error:
`error Unknown node type ExportDefaultDeclaration`
-
The original intention was to separate components and containers as follows:
- Components: stateless components with no lifecycle that would use `function`s instead of ES6 classes. These are basically…