-
A bit of an opinion, but:
https://github.com/ptrollins/project-greenfield/blob/80ceadcdf6ab89155872f650c2bb3e16b47251f4/client/src/components/product/overview/styles/Styles.jsx#L67-L81
Although…
-
We propose the following to handle static gk and gk_neut species (idea courtesy of @JunoRavin):
Right now, we are having to introduce if statements in a bunch of places and some of these places ar…
-
I'm currently working on a new version of the code which is a bit more pythonic. Feel free to give it a try if you're interested.
The whole control loop is now about 10 lines of code. The full code…
-
Can I suggest using raw Chapel with the **transmute**() feature:
```chapel
inline proc signbit(param x : real(?w)) param
{
return (x.transmute(uint(w))) >> (w - 1);
}
inline proc signbit(con…
-
I guess something like simplification does not exists yet. I didn't found anything in the [language reference](http://wiki.openstreetmap.org/wiki/Overpass_API/Overpass_QL).
To render huge objects as …
ghost updated
8 years ago
-
### Situation
Currently, we assume that simplification rules are correct, but that may not always be the case.
### Expected
Given a simplification rule, we should be able to automatically che…
-
-
@MangelMaxime Do you think it makes sense to go back to tagging changes in changelog with applicable languages, instead of having to repeat the same change in all applicable language sections?
Obvi…
ncave updated
8 months ago
-
To improve the simplification mechanism of the backend, we require the addition of a `syntactic` attribute in simplifications, which takes a list of positive integers. These integers would then indica…
-
Hi Steve,
So, if you can see in some of the work done for RelaxNG support, there is a stylesheet called "PatternPrepper" that I plan to use to convert the schema file into a pattern for validating …