-
**All:**
I've been busy working on fixing Grbl's state machine and need to get an idea of usage of the auto_start setting. Does anyone disable this auto_start setting? If so, can you give a descripti…
-
At this moment Three.js calculates a reflection vector for a material with envmap (and without a bump or a normal map) in a vertex shader:
https://github.com/mrdoob/three.js/blob/dev/src/renderers/sha…
-
I got an issue where a directive was being created twice when I did some `$animation.enter`.
The issue started on my repo: foxandxss/angular-toastr#18 so I started researching about it and the change…
-
im sure all have had/ done this task.
you make a smooth pattern that works well. Then you think - oh, it would have been nice if i could 'flip' this for the oposit transistion. I sugest to add a butto…
-
The following code:
```
data =
"#{target.attr('name')}": target.attr('value')
```
Gives the following error:
```
PARSE ERROR ON LINE NAN: UNEXPECTED '{'
```
I would expect to be able to interpo…
STRd6 updated
10 years ago
-
Hi everyone,
I just wanted to write a short post to say a few things. First of all, a great big thank you for all the support Animate.css has garnered here on GitHub! The project has come a long way.…
-
I added a plugin in my production installation (master branch, apache2 and passenger) and got the following. Any ideas?
```
Web application could not be started
Bundler error: You are trying to ins…
-
It would be nice if the image tag in wagtail could optionally take 'class' and 'id' as extra arguments which are added as extra attributes to the tag. Other attributes which are sometimes needed and c…
-
Templates are very much based on files, which therefore means we'll have to worry about encodings. There are two ways templates can be passed to an engine: through a block (which returns a string: `kl…
-
https://github.com/bjz/cgmath-rs
There is no real punishment for importing cgmath and reexporting parts of it, because compilers are pretty good at not keeping around unused code.
Besides, if people…