Fredrik Teschke

Results 26 issues of Fredrik Teschke

Also see expressjs/express#3428. ### Expected behavior The following should listen for websocket requests only under `/__webpack_hmr`. ```javascript express.use('/__webpack_hmr', proxy({ ws: true, target: 'http://...' })); ``` Websocket requests to other paths...

**Describe the bug** The first client-side re-render (or hydration?) causes the global styles (`styles.global`) to get "lost". Using: - gatsby - reflexjs **To Reproduce** 1. Add page ```js // src/pages/hydration-issue.js...

bug

# Input ```js // gatsby-config.js ... plugins: [ `gatsby-plugin-mdx`, `gatsby-plugin-reflexjs`, ] ``` ```mdx Hello world! ``` # Output ```html Hello world! ``` The `bg` style prop is ignored. No CSS...

# Input ```js // theme.js export default { fontSizes: { xs: "0.75rem", sm: "0.875rem", md: "1rem", lg: "1.125rem", xl: "1.25rem", }, heading: { h1: { fontSize: "5xl|6xl", }, h2: {...

# Input ```js // src/pages/hydration-issue.js import { Link } from "gatsby" import * as React from "react" export default function HydrationIssuePage() { return ( Hello World! Go home ) }...

- Only supports a very limited subset of tags so far (artist, title, subtitle, comment, capo) - Other tags are simply rendered as `\textcomment` - The result has additional newlines,...

# How to reproduce `WebSockex.start_link("ws://localhost", __MODULE__, nil)` Error: `reason: %WebSockex.ConnError{original: :closed}` # Expected behaviour The connection should be established with and without a trailing slash. This works: `WebSockex.start_link("ws://localhost", ...` This...

## How to reproduce: `$ bundle install` on a raspberry pi 4 (balena 64bit OS `2.44.0+rev3`) ## Observation: ``` ... [main] Fetching sassc 2.2.1 [main] Installing sassc 2.2.1 with native...

I also submitted this issue to sassc-rails (https://github.com/sass/sassc-rails/issues/138). ## How to reproduce: `$ bundle add sassc-rails` on a raspberry pi 4 (balena 64bit OS 2.44.0+rev3) ## Observation: ``` ... [main]...

Don't pin to Elixir minor version `1.15`: ```sh $ mix compile ... warning: the dependency :packmatic requires Elixir "~> 1.15.7" but you are running on v1.16.1 ```