Rafael Gutkowski

Results 25 issues of Rafael Gutkowski

Beginning of ["2D Translation" page](https://webgl2fundamentals.org/webgl/lessons/webgl-2d-translation.html) refers to code sample with `drawScene()` function that is supposedly based on a previous sample from ["Fundamentals" page](https://webgl2fundamentals.org/webgl/lessons/webgl-fundamentals.html). Expected changes made to this changes are...

When inserting ( `monger.collection/insert) a document having `java.time.Instant` in values, error is thrown: ``` Can't find a codec for class java.time.Instant. ``` Since monger includes support for joda-time codecs, maybe...

Some user agents can have an additional privacy-enhancing layers that blocks suspicious requests. In case of Brave browser, with its Shield feature, it blocks localhost requests. It would be useful...

Package in [plasmicpkgs/chakra-ui](https://github.com/plasmicapp/plasmic/tree/master/plasmicpkgs/chakra-ui) is not available via npm. Also, there are two inconsistencies: - Readme refers to Contentful. - package.json name is `@plasmicpkgs/plasmic-chakra-ui`. Given other packages names, I would expect...

I'm thrilled at the power of Plasmic and trying to move more and more app logic into Plasmic. Now, I'm trying to implement local user state to see how UI...

When running a script via `denoflare serve`, error stracktraces don't have source file path: ``` Error servicing request Error: DenoflareResponse.statusText not implemented at DenoflareResponse.get statusText (blob:null/479bbc34-2f8a-4e03-9c0c-6e2cb57f332e:479:15) at WorkerRouter.#fireError (blob:null/2f968119-42b1-4463-a069-f31f715a2813:774:78) at...

It is quite commonly used in devops world, and low-level streaming API.

nest.land domain doesn't work. It forwards to some domain parking service ``` Domain Name: nest.land Registry Domain ID: 011d17963b4a401f81b172cc40f3743f-DONUTS Registrar WHOIS Server: whois.namecheap.com Registrar URL: https://www.namecheap.com/ Updated Date: 2023-05-23T13:12:31Z Creation...

Currently it is not possible pass AbortController signal to a client. It would be immensely useful to support that in streaming HTTP handlers. Example: ``` http.serve(async (req: Request) => {...

enhancement