phiresky

Results 120 issues of phiresky

Hey, from what I can see, the docker container has no support for (socks) proxies, so all outgoing requests are started from the machine running the docker container? Puppeteer (and...

Just spent some time trying to get it to work with the [npm package rx](https://www.npmjs.com/package/rx) but it didn't work. I only noticed I had to use RxJS 5 (npm package...

PR welcome!

When trying to parse the attached wasm module, webpack throws the above error. When using the wasm-parser api directly, it shows this: ``` Failed to decode custom "name" section @5033477;...

Some websites with broken HTML currently don't work correctly, since the MutationObserver watches for changes on the head > title element, but the title element still works from the browsers'...

I know this library is unmaintained, but opening this for a future maintainer :) this file: [test.tar.zip](https://github.com/aahancoc/tree_magic/files/3293984/test.tar.zip) (zipped to prevent github complaining) file --mime-type application/x-tar tmagic: application/pdf

Just wanted to let you know that brotli significantly improves compression for this usecase, probably mostly because of brotli's [integrated dictionary](https://gist.github.com/klauspost/2900d5ba6f9b65d69c8e). For the landing page: * Uncompressed: 3623 chars *...

``` error[E0277]: `syn::ty::Type` doesn't implement `std::fmt::Debug` -->~/.cargo/registry/src/github.com-1ecc6299db9ec823/typescript-definitions-derive-0.1.10/src/attrs.rs:22:5 | 22 | pub ts_as: Option, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `syn::ty::Type` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` | = help: the...

### Is your proposal related to a problem? I have nested collections in firestore (e.g. /user/:id/posts/:id). In order to query these, you need to use [db.collectionGroup(x)](https://firebase.google.com/docs/firestore/query-data/queries?authuser=0#collection-group-query) instead of .collection. ###...

feature request
needs discussion
on hold

Wenn man in ner langweiligen Vorlesung hockt könnte man in eine spannendere gehen...

When compiling a LaTeX document, it will be rewritten multiple times. Currently, this causes vscode-pdf to completely lose the position the PDF viewer was at since it tries to reload...