Peter Johnson
Peter Johnson
We had a report that the `parsed_text` portion of the geojson response can contain the label `state` instead of `region` which is the nomenclature used in WOF. Looking at the...
## Here's what I did ```json settings.json { "standard.enable": true, "standard.usePackageJson": true, "standard.autoFixOnSave": true, "standard.enableGlobally": false, "standard.validate": [ "javascript", "javascriptreact" ] } ``` ```json package.json { "devDependencies": { "standard": "^17.1.0"...
## What version of osmium-tool are you using? ```bash osmium version 1.13.1 libosmium version 2.16.0 Supported PBF compression types: none zlib ``` ## What operating system version are you using?...
Heya, I'm having trouble running the example command from the README: ```bash docker run ea31337/ea-tester run_backtest -e MACD -y 2019 -v -t ``` The pertinent section of the logs seems...
### User Story In order to build the tileset from scratch as a member of the public I need to know what steps are required. #### Acceptance Criteria - [...
### Version ``` "@cloudflare/workers-types": "4.20240222.0" ``` ### Expected `deserializeAttachment()` exists on `WebSocket` type returned by `DurableState.getWebSockets()` ### Actual `DurableState.getWebSockets()` returns type `globalThis.WebSocket` (standard type as defined by `MDN Reference`): ###...
``` bash Error: invalid signature: 0xcb633d21 at /var/www/xxx/unzip/lib/parse.js:63:13 at process._tickCallback (node.js:415:13) ```
Is there an NPM module for this? If not, could you create one please?
Pause/Resume
Hey Markus, As we discussed briefly it would be advantageous for me if we could introduce a pause/resume feature to `osm-read`. The use-case for this is (for instance) when a...
Hi, Using this library under heavy load I received the following error. Any info about the meaning of "Pure virtual function called" or hints on where to look in the...