Christian Emmer
Christian Emmer
## Description The `migration_table_name` option is added to Postgres connection strings, resulting in SQLSTATE 42704: ```shell $ soda create --debug --env dml --path migrations-dml v5.2.4 [POP] 2020/09/02 14:27:58 debug -...
Commented on https://github.com/uncss/uncss/issues/430 but I'm unsure if it's related or not. Given some random HTML, where no CSS or JavaScript resources actually exist on disk: ```html Index ``` And when...
I believe the current Badgen Snyk support is for GitHub repositories only, e.g.: ``` https://snyk.io/test/github/{username}/{repo}/badge.svg ``` but Snyk's official badges also support NPM repositories, e.g.: ``` https://snyk.io/test/npm/{name}/badge.svg ``` I'd love...
Given a file that is only the contents: ```javascript import SevenZip from '7z-wasm'; (async (): Promise => { const sevenZip = await SevenZip(); })(); ``` it gives this error on...
Given a unicode archive entry name such as: `Brasileirão de Seleções 2020.sfc` Calling `7zip-min.list()` will return `�` instead of unicode characters: `Brasileirao de Sele�oes 2020.sfc` --- I don't see a...
I would love an option to extract a single file: ```javascript _7z.unpackSingle('some_file.7z', 'file_in_7z.txt', '/home', (err) => { // /home/file_in_7z.txt exists }); ``` I think something like this should be possible...
Let's say I have a terminal width of 92. The following lines print fine (via `cliProgress.MultiBar.log()`): ```text INFO: DATScanner: scanning DAT files DEBUG: DATScanner: found 60 DAT files DEBUG: DATScanner:...
* [X] Are you running the latest version? * [X] Have you included sample input, output, error, and expected output? * [X] Have you checked if you are using correct...
Attempting to fix some TypeScript typing such that option properties are optional.
### What are you really trying to do? Debug an inconsistent connectivity issue where I have two different Temporal clusters both with a `clusterMetadata.clusterInformation.rpcAddress = "127.0.0.1:7933"`. ### Describe the bug...