Pierre Spring
Pierre Spring
## `fish-nvm` Node version is not shown **Current Behavior** I use the following Node version manager: https://github.com/jorgebucaran/fish-nvm Currently, Spacefish does not show me the Node version used, c.f. screenshot:  ```ts import { z } from 'zod'; const ZodFoo = z.object({type: z.literal('foo'), foo: z.string()}) .transform(({type, foo}) => ({type, value: foo})); const ZodBar = z.object({type: z.literal('bar'), bar: z.string()}) .transform(({type, bar})...
As of now, the `userId` of an answer can not be modified due to the following PG trigger: https://github.com/orbiting/backends/blob/d3907139f210774b6720d0f68a22ab46bb09df02/packages/voting/migrations/sqls/20190907043631-questionnaire-improvements-up.sql#L20-L26 A possible workarround could be this: https://github.com/orbiting/backends/commit/0ad0aca9e714c5c213694a426429d68baeafc199 As of now, I...
The Slack messages API is currently inconsistent. ``` // packages/slack/lib/publish.js publish() postMessage() ``` The `publish()` and `postMessages()` mehtods in https://github.com/orbiting/backends/blob/master/packages/slack/lib/publish.js do not return promises, nor do any of the methods...
The `` abstraction is leaky. Currently, only string values work. Ideally, users of the style-guide should not care about this, e.g.: https://github.com/orbiting/republik-admin-frontend/pull/59#discussion_r446255432 ``` if (typeof value !== 'string') { //...
When using the `` component to render HTML on server side, I get the following error in Chrome: ``` Warning: Expected server HTML to contain a matching in . ```
When reading the following documentation, we can see this: ``` enabledNodeTypes?: ( "blockquote" | "hr" | "table" | "document" | "paragraph" | "heading-1" | "heading-2" | "heading-3" | "heading-4" |...
The SSL certificate for https://dynupdate.no-ip.com is invalid. It looks like the service now uses `noip.com` as a TLD, which has a valid SSL certificate.