-
Currently all processors are internal. We agreed that we should open up their API for 1.0.0-RC1, after an extensive review.
-
## Is your feature request related to a problem? Please describe.
Currently next-i18next does not support serverless. It appears that the i18n-middleware create some troubles when used on lambda #271…
-
Document the new features in README. Mention bug fixes in changelog. See [recent commits](https://github.com/Technologicat/unpythonic/commits/master) for details.
*This part done. See below for any…
-
Nothing is really leading up to this.. it just happens. Playing on RO.
-
##### Issue type
- Feature request
##### Summary
Unlike #6805, which is for in-world drawing.
Formspecs currently feature the box[] element to draw a colored rectangle. You can draw horizont…
-
When two lines have the same "title" AND "year" AND "authors" keep only one (the first? the most complete?)
Below the three key in ISI and SCOPUS:
- title --> ISI = TI / Scopus = Title
- year -->…
tommv updated
3 years ago
-
BTW, do you know about the numpy "fancy indexing" and conditional indices?
They are supposed to be more efficient than normal iteration and shorter, too.
p[p>0] = p*1.6
https://www.numpy.org/de…
-
Hey.
I've been trying to build something similar to [JustALine](https://justaline.withgoogle.com/) using Sceneform. I'm able to augment multiple `ViewRenderable`s mid air by anchoring the first came…
-
First of all, thanks to the whole team.
3DHop is a fantastic tool!
I am relatively new to this whole world and I have some doubts:
- On the one hand, I read that you are going to publish a tutori…
-
We should maintain all current state in the painter object so that we can avoid doing redundant calls (e.g. to bind buffers or switch shaders). Some of that is already done in the `switchShader` code,…