-
This is a discussion thread for exploring ideas for inferred contructor for jitclass.
Thus, making the following code or variant of the following possible:
```python
@numba.jitclass # no ne…
sklam updated
4 years ago
-
#75839 introduced an optimization to reduce the index calls to only necessary indexes. However the approach has a flaw with respect to the `delay` configuration. See
https://github.com/elastic/elas…
-
I'd like to add bidirectional and MSBFS algorithms. Some design considerations for these:
* For MSBFS, we can either use boolean matrices or bitwise operations. The latter as described in a [VLDB p…
-
The Double-Submit cookie is vulnerable if the attacker can write cookies on your domain. For instance, an attacker can write COOKIE=abc123 and then send a request to server.com/delete_account?xsrf_tok…
-
In order to support custom domain mapping, it must be possible to override the subdomain -> repository mapping per custom domain.
there are 3 possibilities:
1) add the lookup table to edge diction…
-
OAM Server could allow users creating a tile service using other services as input. This functionality would be useful in the case of a poor performing WMS which is cached either with a dynamic proxy …
-
If we publish a qooxdoo.d.ts to https://github.com/DefinitelyTyped/DefinitelyTyped it will be picked up automatically by IDEs (eg Visual Code); there will still be a place for the target output becaus…
-
I'd love to get a discussion going around build types (ESM, CJS, or hybrid) for the nice-grpc packages. ESM is the future, but not everyone has arrived yet. Part of arriving is getting ESM outputs eve…
-
### Bug Description
How to store, reuse the stored embeddings created by elastic search and denseX.
Below is one approach where I facing issues if I store them in dictionary and trying to send it.…
-
This issue is to maintain a list of some algorithms that seem particularly useful to implement. Currently up on the docket are:
- [x] [Deep High-Resolution Representation Learning for Human Pose Es…