Tommy D. Rossi

Results 112 issues of Tommy D. Rossi

[Dokz](https://github.com/remorses/dokz) is a documentation site generator based on MDX that can be used with existing nextjs sites

The patch regex does not support patches with names `pkg+*.patch` https://github.com/ds300/patch-package/blob/5c2c92bf504885fba4840870a23fc8999c00e572/src/PackageDetails.ts#L51

Cannot import named export from a typescript file in a workspace package if entry is using es modules and other package is not. tsx will throw ``` SyntaxError: The requested...

bug
interop

Mac OpenGl version is stuck on OpenGL 4.1 The following line is using a function that requires 4.5 ([glCreateTextures](https://www.khronos.org/registry/OpenGL-Refpages/gl4/html/glCreateTextures.xhtml)) https://github.com/ziglibs/zgl/blob/b2c03796ecbe54faa09370ce94d6658c7ee7d315/zgl.zig#L1357 Does this mean that zgl cannot run on mac systems?...

- [ ] I'd be willing to implement a fix **Describe the bug** Yarn `fs` reimplementation assumes fs functions only accept strings as input, instead they could be `Buffer` or...

bug
unreproducible
upholded

`Object.AddFieldConfig` does't do anything with the objects made with `FieldsThunk` because of the type cast in this line https://github.com/graphql-go/graphql/blob/199d20bbfed70dae8c7d4619d4e0d339ce738b43/definition.go#L409-L417

The following example uses the schema below ```gql type Query { product: Product } type Product { obj: Nested } type Nested { field: String! } ``` ```go package main...

#### Description When you create a new board Notion will send a new grouping data structure based on status #### Notion Test Page ID https://brave-iberis-6ea.notion.site/new-board-database-ea67139fc51e456db3a4e22c1da2e88e https://react-notion-x-demo.transitivebullsh.it/ea67139fc51e456db3a4e22c1da2e88e

#### Description Using fetch from undici or the native fetch implementation, this makes it possible to use notion-client in `cloudflare workers` or other environments other than node Given that this...