Ecosyste.ms: Timeline

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

joprice

joprice created a branch on joprice/fsharp

autoOpenType - The F# compiler, F# core library, F# language service, and F# tooling integration for Visual Studio

joprice forked dotnet/fsharp

joprice/fsharp

joprice pushed 2 commits to update joprice/Feliz.Native
  • improve animation bindings 6c3adb2
  • update animation namespcae dac739c

View on GitHub

joprice pushed 7 commits to update joprice/Feliz.Native

View on GitHub

joprice created a comment on an issue on oblador/react-native-vector-icons
No problem! Great library. I'll report anything else I find in the alpha.

View on GitHub

joprice created a comment on an issue on OP-Engineering/op-sqlite
It looks like it was added a while back https://reactnative.dev/blog/2023/06/21/0.72-metro-package-exports-symlinks. But, without configuring that, I had been using pnpm with a react native project...

View on GitHub

joprice created a comment on an issue on oblador/react-native-vector-icons
Those errors were due to relying on a locally version. I published it to github packages and it works with this change https://github.com/oblador/react-native-vector-icons/compare/monorepo...jopric...

View on GitHub

joprice pushed 1 commit to nodePath joprice/react-native-vector-icons

View on GitHub

joprice created a branch on joprice/react-native-vector-icons

nodePath - Customizable Icons for React Native with support for image source and full styling.

joprice created a comment on an issue on oblador/react-native-vector-icons
I added `"$REACT_NATIVE_PATH/scripts/xcode/with-environment.sh"` as in the hermes script which loads the xcode.env file and so now the NODE_BINARY be found. Unfortunately, I'm getting duplicate sym...

View on GitHub

joprice created a comment on an issue on oblador/react-native-vector-icons
I tried this change out locally and NODE_BINARY isn't passed to the script, so not sure how that's intended to be used.

View on GitHub

joprice opened an issue on oblador/react-native-vector-icons
node not found in path during Copy Fonts phase
<!-- Requirements: please go through this checklist before opening a new issue --> - [x] Review the documentation: https://github.com/oblador/react-native-vector-icons - [x] Search for existi...
joprice opened an issue on glutinum-org/cli
unescaped fsharp reserrved keyword
<!--- 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
Thanks for fixing this one! It's working nicely. Very convenient for my workflow checking quickly checking the output for different `.d.ts` files.

View on GitHub

joprice opened an issue on OP-Engineering/op-sqlite
pod install fails when using pnpm
When trying to use this project with pnpm, an error like the one below is raised when running `pod install`. It seems that the relative path used to find the project's root directory will not work ...
joprice opened an issue on glutinum-org/cli
missing optional on interface function
<!--- 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 review on a pull request on CamiloLopezCO/Project-Echo-

View on GitHub

joprice created a branch on joprice/Fable.ReactNative.Navigation

updateBuild - Fable bindings for the @react-navigation/native, @react-navigation/stack and @react-navigation/bottom-tabs modules.

joprice pushed 6 commits to update joprice/Feliz.Native

View on GitHub

joprice created a comment on an issue on glutinum-org/cli
When I mentioned running "locally", I'm building and running it from the main branch using `build.sh cli`.

View on GitHub

joprice created a comment on an issue on glutinum-org/cli
I don't think so. It's basically a function that is capturing a compile time proof that it can be called with `new`. Scalajs uses an implicit `ConstructorTag` trait along with a a helper function, ...

View on GitHub

joprice created a comment on an issue on glutinum-org/cli
I'm using pino for js, but it's overkill for a cli. The basic approach I usually use in things that meant to have pipe-able output is to print data on stdout and metadata on stderr. That way, if so...

View on GitHub

joprice created a comment on an issue on fable-compiler/fable-promise
At the call site, `iter1` creates a promise, but does not return it. You can see that it's wrapped in braces without a `return` keyword: ```js (iterable) => iter((_arg, x) => { new Promise...

View on GitHub

joprice created a comment on an issue on fable-compiler/fable-node
I'm on a mac, but I use Nix. Perhaps it's something being referenced from the nix store. I'll try to build it again at some point and see if I can isolate it.

View on GitHub

joprice created a review on a pull request on CamiloLopezCO/Project-Echo-

View on GitHub

joprice created a branch on joprice/Feliz.Native

update - Feliz bindings for React Native

joprice forked martinmoec/Feliz.Native

joprice/Feliz.Native

joprice opened an issue on glutinum-org/cli
support piping stdout to file
When running the cli, the output includes the generated fsharp code along with some other informational messages. To support easily piping the output to a file without requiring ad-hoc cleanup, the...
Load more