javiertury

Results 18 issues of javiertury

Styled components is applying wrong styles during SSR hydration. The problem is that styles in production builds are swapped across components. For instance, the class `sc-16rshtk` is applied to a...

First let's build the modules ```js // houses/lang/en.js // This is a locale which belongs to the module *houses* export default { messages: { // translation keys start at this...

Status: Proposal
Type: Feature

Hi, I think it would be useful to have a new option for signed cookies such that the cookie is `httpOnly = false` but the signature is `httpOnly = true`....

ideas

* Operating System: Fedora 29 * Node Version: 10.15.0 * NPM Version: 6.4.1 * webpack Version: 4.28.4 * webpack-hot-client Version: 4.1.1 ### Expected Behavior I expect that webpack hot client...

This is a small inference improvement for #598. It treats costspec quantities (number_per and number_total) as a single datum and makes beancount inference work in case both of these quantities...

It will help newcomers troubleshoot this issue easier

I couldn't find information on which guidelines to follow when checking if a subject has permissions to create a **new object**. It's clear that relations for **existing objects** must have...

help wanted
rfc

Using this library with vite and pre-render, produces the following error: ``` [vite-plugin-ssr:autoFullBuild] Named export 'Fetcher' not found. The requested module 'openapi-typescript-fetch' is a CommonJS module, which may not support...

Declares the package `type` as `module` and uses `.cjs` extension for CommonJS files. Fixes #41

Infer definition of application/json content-type for all parameters, for instance application/json; charset=utf-8 Related to #38 and #8