Gerben Neven

Results 12 issues of Gerben Neven

We've been growing our test data set to about 2.5k rules in the policy set, which is making calls to the enforcer quite slow. Is there something that can be...

question

At the moment the ckan-dev version on dockerhub doesn't include the latest changes (for example installing `dev-requirements.txt`). Could you publish the latest version? We could setup a CI to automate...

I've got a setup with ckan 2.7.3 and datapusher 0.0.13. When pressing 'upload to datastore' on a geojson resource, it updates with the message 'fetching from [..]', and hangs after...

As promised in #23 (and #2), here is my work so far on adding support for generic file uploads. It's a little messy, but getting there * Add ability to...

I'm exploring the possibility of adding support for misc uploads, as this is not supported at the moment. Is there a reason why this hasn't been supported yet, or any...

enhancement

### Prerequisites - [X] I confirm my issue is not in the [opened issues](https://github.com/mswjs/msw/issues) - [X] I confirm the [Frequently Asked Questions](https://mswjs.io/docs/faq) didn't contain the answer to my issue ###...

bug
scope:node
needs:triage

### Verify canary release - [X] I verified that the issue exists in the latest Turborepo canary release. ### Link to code that reproduces this issue https://github.com/gerbyzation/pnpm-v9-turbo-prune-injected-deps-repro ### What package...

kind: bug
owned-by: turborepo

`fetch` supports being called with an instance of `URL`: ``` // working.mjs const url = "https://www.google.com/"; const response = await fetch(new URL(url)); console.log(response.status); ``` ``` ❯ node working.mjs 200 ```...

**Describe the bug** `happy-dom@>13.0.5` throws an exception when calling `new HTMLElement()` **To Reproduce** ```js // repro.mjs import { HTMLElement } from "happy-dom"; const el = new HTMLElement(); ``` ``` $...

bug

When running this action on github enterprise `gh` expects the `GH_HOST` to be set, as well as `GITHUB_ENTERPRISE_TOKEN` instead of `GITHUB_TOKEN` (see https://cli.github.com/manual/gh_help_environment). The address could be inferred from the...