Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

joprice

joprice opened an issue on Zaid-Ajaj/Feliz
adding fields to the underlying component function
I'm trying to use the library https://github.com/welldone-software/why-did-you-render to log the reason for a component re-rendered. In order to get a functional component to be eligible for render...
joprice created a comment on an issue on glutinum-org/cli
I’ve used this api a bit more and this might actually be intended to only be used for type inference. That is, when the params are not provided or empty, the resulting type uses the default value f...

View on GitHub

joprice opened an issue on fable-compiler/Fable
python import error when using Erase with newtype pattern
### Description When using `Erase` with a single member DU, the generated python throws an import error when trying to import the Erased type, whereas the same code works in JS. ### Repro cod...
joprice created a comment on an issue on fable-compiler/Fable
Yes, luckily it results in a hard error that prevents the script from executing, but having a compile time error benefits library development as well to find unsupported usages without requiring fu...

View on GitHub

joprice closed an issue on Daydreamer-riri/vite-react-ssg
generating not found page
I can't seem to get a not found fallback page to work. I'm trying to produce the static site to be served from an nginx container. Currently, I don't get a 404 page generated. If I redirect everyth...
joprice created a comment on an issue on Daydreamer-riri/vite-react-ssg
That makes sense. The issue I was having was that no html file was generated for the not found page without using getStaticPaths. I assumed that was for explicitly parametrized routes, but now I se...

View on GitHub

joprice created a comment on an issue on Daydreamer-riri/vite-react-ssg
Found a similar Remix issue https://github.com/remix-run/remix/issues/10214

View on GitHub

joprice created a comment on an issue on Daydreamer-riri/vite-react-ssg
Just found a workaround to force the 404 page to render: Pass `getStaticPaths` with an arbitrary non-empty array such as `["not-found"]`. Then I can configure nginx with `error_page 404 /not-found/...

View on GitHub

joprice opened an issue on Daydreamer-riri/vite-react-ssg
passing router options
I'm seeing warnings like the following ``` React Router Future Flag Warning: Casing of `formMethod` fields is being normalized to uppercase in v7. You can use the `v7_normalizeFormMethod` futu...
joprice created a comment on an issue on fable-compiler/Fable
Yes I expected the typical unsupported error as well. I guess to handle that every supported method needs to be listed out in the replacements to avoid new passing through.

View on GitHub

joprice created a comment on an issue on fable-compiler/Fable
There's also an issue with `importSideEffects`, which generates `from X import` without any identifier following the import statement, which is invalid syntax.

View on GitHub

joprice created a comment on an issue on glutinum-org/cli
This was fixed by https://github.com/glutinum-org/cli/issues/163#event-15484755127 ```ts interface Y { a: string b: number } type X = Partial<Omit<Y, "a">> ``` now produces: ```f...

View on GitHub

joprice closed an issue on glutinum-org/cli
nested utility types cause parse error
I was attempting to parse framer-motion's type definitions and found a case where the parser fails. I narrowed it down to the use of Partial parameterized with another type like Omit: Issue crea...
joprice closed an issue on glutinum-org/cli
unhandled object union type simulating discriminated union
<!--- IMPORTANT: When reporting an issue, please try to make your code as minimal as possible. --> Issue created from [Glutinum Tool](https://glutinum.net/#/editors/fsharp-code?typeScri...
joprice created a comment on an issue on glutinum-org/cli
I had one for this already that could be closed as a dupe https://github.com/glutinum-org/cli/issues/147

View on GitHub

joprice created a comment on an issue on OP-Engineering/op-sqlite
Thank you for the quick response! That explains the current behavior. I'll parse the string first and then later try out the blob optimization by sending a buffer.

View on GitHub

joprice closed an issue on OP-Engineering/op-sqlite
jsonb decoding
I'm curious how jsonb columns are meant to be handled. If I pass a js array of objects as one of `execute`'s params, I get `Unknown JSI ArrayBuffer to variant value conversion, received object inst...
joprice opened an issue on OP-Engineering/op-sqlite
jsonb decoding
I'm curious how jsonb columns are meant to be handled. If I pass a js array of objects as one of `execute`'s params, I get `Unknown JSI ArrayBuffer to variant value conversion, received object inst...
joprice opened a pull request on CamiloLopezCO/Project-Echo
add user query
joprice created a branch on joprice/Project-Echo-

userQuery - Project 4900

joprice starred Omnistac/zedux
joprice created a branch on joprice/Project-Echo-

dashboardQuery - Project 4900

joprice starred OpenInterpreter/open-interpreter
joprice pushed 1 commit to updateBuild joprice/Fable.Jester

View on GitHub

joprice opened an issue on glutinum-org/cli
function value overload incorrectly generates duplicate Invoke definition
<!--- IMPORTANT: When reporting an issue, please try to make your code as minimal as possible. --> Issue created from [Glutinum Tool](https://glutinum.net/#/editors/fsharp-code?typeScri...
joprice opened an issue on glutinum-org/cli
invalid code generated for empty array type literal
<!--- IMPORTANT: When reporting an issue, please try to make your code as minimal as possible. --> Issue created from [Glutinum Tool](https://glutinum.net/#/editors/fsharp-code?typeScri...
joprice opened an issue on glutinum-org/cli
consider using delegate when closure only used in argument position
<!--- IMPORTANT: When reporting an issue, please try to make your code as minimal as possible. --> Issue created from [Glutinum Tool](https://glutinum.net/#/editors/fsharp-code?typeScri...
joprice created a comment on an issue on elmish/debugger
I noticed the `actionCreators` config option that lets you provide a set of preconfigured values for sending actions, and it seems that it structures the actions in a way that are different than th...

View on GitHub

joprice opened an issue on elmish/debugger
handle dispatch of message type from devtools
### Description The redux devtools allow triggering actions from the UI, but the only message type currently handled by the elmish debugger is `MsgTypes.Dispatch`. I was able to modify the debug...
Load more