Delf Tonder
Delf Tonder
This is an example of what a **bug report** can look like. Please, feel free to also provide any other information relevant to the issue. ### What version of bombardier...
I upgraded my api-platform project from 2.4.2 to 2.5.3, im not exactly sure where the different behavior from the behat-extension comes from, but i found that: on the older version,...
Not sure if this is a bug, but i cant find where this would make sense/be-correct: ``` >>> date_parse('March 02, 1993').date() datetime.date(1993, 3, 2) >>> date_parse('March 02,1993').date() datetime.date(2019, 3, 2)...
Hi, I found that you can specify the `operator` for `MultiMatch` queries like this: ``` MultiMatch(query="whatever and so on", operator="and") ``` I want to do something similar to a basic...
Im trying to construct a fuzzy query, and i was somehow successful by using something like ```python Q('fuzzy', value=name) ``` but this doesnt let me control the `fuzziness`. I found...
Hey, If i get it right, at the moment if i want to do something like `ls /tmp/*.log` with `erd`, it would be `erd --glob --pattern *.log /tmp`. I understand...
**API Platform version(s) affected**: 3.2.7, 3.1.4 **Description** I have a configuration like this: ``` # packages/api-platform.yml [...] api_platform: defaults: cache_headers: max_age: 0 shared_max_age: 3600 vary: ['Content-Type', 'Authorization'] # resources/nominations.yaml App\Entity\Nomination:...
`getBody0()` returns an object, therefore `_objects_ammo[ manifold.getBody0() ];` results in `undefined`, and as reportdata is Float32Array, we end up with `NaN`in report data. Using ammo-js v0.0.2 and chrome v43.0.2357.134
While i'm aware that underscores are totally legal in header-names, a lot of libs / software doesnt play well with it (nginx for example requires to explicitly allow them via...