smilingthax

Results 19 issues of smilingthax

When reloading a bigger page with active chrome logger, the console first displays the chromelogger log data and _then_ clears itself. While "Preserve Log upon Navigation" keeps the data, the...

# node.js internal links E.g.: `https://devdocs.io/node/fs#fs.opendirSync()`: * The link at `Returns: ` * points to `https://devdocs.io/node/fs#class-fsdir`, which is not helpful. * The correct link would be `https://devdocs.io/node/fs#fs.Dir`. This happens for...

docs/improvement

Analogous to https://devdocs.io/cpp/iterator/move_iterator/operator- there is (e.g. linked in https://devdocs.io/cpp/iterator/move_iterator ) an `operator+`: https://en.cppreference.com/w/cpp/iterator/move_iterator/operator+ but DevDocs fails to recognize it and the link there goes to a bad url: https://en.cppreference.com/w/cpp/iterator/move_iterator/operator (i.e....

docs/bug

For implementing efficient algorithms, efficient bit-level operations are often important. While there are many bit-twiddling hacks for certain operations, others are not efficiently reducible to more common operations, while being...

PR #56 also contains a `SyphonIOSurfaceServer`, but `SyphonServerBase` + `SyphonSubclassing.h` is already enough to obtain a surface from the server, and to publish it (after drawing into it). `SyphonSubclassing` could/should...

Syphon uses `NSDistributedNotificationCenter` (e.g.) to detect already running servers, which requires a spinning `CFRunLoop` (e.g via `NSRunLoop`). Esp. when using a non-GUI Server one might be tempted to skip this....

According to the documentation: > `method` - if not supplied, will default to 'POST' if there's a body, otherwise 'GET' This does not work for AWS APIs (e.g. MediaLive `/prod/channels/:channelId/start`)...

## Steps To Reproduce (This can also be reproduced using a real sources/ file, but is harder to show). Import `subSourceVariables` from https://github.com/evidence-dev/evidence/blob/next/packages/lib/plugin-connector/src/data-sources/sub-source-vars.js into nodejs: ``` process.env.EVIDENCE_VAR__var_a = 'abc'; //...

bug

### Description Adds a svelte dependency, otherwise the updater would not run after HMR. Closes https://github.com/evidence-dev/evidence/issues/1762 ### Checklist - [ ] I have added a [changeset](https://github.com/evidence-dev/evidence/blob/main/CONTRIBUTING.md#adding-a-changeset)

## Steps To Reproduce 1. Define Custom Format in Settings: ``` Value Type: date Format Name: iso Format Code: yyyy-mm-dd hh:MM:ss ``` 2. In SQL Console: ``` SELECT now() AS...

bug