punkish
punkish
I'd like to disable keyboard shortcuts for a presentation. How can I do that? **Long story:** I am building a presentation that allows user input in fields or clicks on...
```js const polygon = { type: 'Feature', geometry: { type: 'Polygon', coordinates: [[ [-180.00, -90.00], [-180.00, 90.00], [ 180.00, 90.00], [ 180.00, -90.00], [-180.00, -90.00] ]] } }; const hexagons...
I am trying to `fetch` image thumbnails from Zenodo… in order to do that without running into `CORS` restrictions, I have to use the API url. The thumbnails are very...
I am writing a plugin wherein the user can pass in a readymade better-sqlite3 connection as an option. I want to test if the passed in option is indeed a...
I want to query about a behavior of ATTACHed db that I've just encountered and find a bit strange. 1. import Database from 'better-sqlite3'; // v 8.4.0 2. const db1...
I have a sequence of inserts wrapped in a transaction somewhat like below ``` try { const treatment { journalTitle: 'foo', kingdom: 'Animalia', phylum: 'Hemiptera', … treatmentAuthors: [], bibRefCitations: [],...
I am experimenting with the latest version of `hapi-swaggered` + `hapi-swaggered-ui`. So far so good. However, I would like to use my own handlebars template for the docs as well...
I would like to not show the green swagger top bar  Right now I can hide that bar by using an inline stylesheet like below, but I'd rather not...
The constructor example from the docs is a bit strange (for me) in that a random `json` file would be created every time my program would run (` store: new...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Have you read the `CONTRIBUTING` guide on posting bugs, and `CODE_OF_CONDUCT`? - [X]...