Chris Hewett
Chris Hewett
For visibility, the concaveman dependency update will fix the content security policy issues reported in https://github.com/Turfjs/turf/issues/261, https://github.com/Turfjs/turf/issues/1903, and https://github.com/Turfjs/turf/issues/2233
Reposting https://github.com/mybb/mybb/issues/4138#issuecomment-872245095 from the closed PHP 8 list as it doesn't look like it was resolved and we are still having error emails triggered by it occasionally: * https://github.com/mybb/mybb/blob/master/inc/class_session.php#L31 `Undefined...
Here is a minimal reproducible example: ### package.json ```json { "main": "main.js", "dependencies": { "electron": "^10.1.5", "spectron": "^12.0.0", "mocha": "^8.2.0" } } ``` ### main.js ```js const {app, BrowserWindow} =...
OS: macOS 10.15.7 Electron: 10.1.5 Spectron: 12.0.0 This seems like it might be the macOS version of #751 I have found you can (very hackly) bypass the error being thrown...
I have found you can (very hackly) bypass the error being thrown by manually editing `node_modules/webdriver/node_modules/got/dist/source/core/index.js` ``` // add this condition ~line 956 else if (error.code === 'ECONNRESET') { return;...
While getting Zoomify to work for DeepZoom I was thinking how it could better support it, I would maybe suggest: 1. `tierSizeCalculation` can be `default` or `truncated` currently. An extra...
As I understand it, the line `context.drawImage(image, 0, 0);` in Zoomify would render an oversized tile (with overlaps) from: Source: `0, 0, width, height` -> Destination: `0, 0, width, height`...
While there looks to be some dispute over whether this is a docs of core bug above; surely it can be removed from the docs for now? This is quite...
I came here to open a feature request for this specific feature (but spotted this post). * Our use case for manticore means we want only a subset of our...
@sanikolaev > Do you mean you used infix_fields, not just as a resource/performance optimization with dict=crc We have a large amount of data indexed and only have the resources (and...