Tom Sherman

Results 125 issues of Tom Sherman

I want to be able to federate a module from another federated module, so the graph looks a little like this: ```mermaid graph LR subgraph app2 App2["App.js"] SomeModule.js end subgraph...

I see it's disabled right now, enabling it works for the host app but not the remotes. Is this expected? Is there a way to get it to work?

`/ignore [user]` doesn't seem to work.

When marked away, using `/away` again should remove my away status.

**Describe the bug** `QSystemTrayIcon::setVisible: No Icon set` when trying to use `` on Windows. **To Reproduce** Steps to reproduce the behavior: 1. Clone this repo: https://github.com/tom-sherman/react-nodegui-systemtray-bug 2. Start in development...

This argument is passed to `useState` and therefore can accept a lazy initial state getter. I've had to `@ts-ignore` some usage of the hook so that I can pass a...

This is a similar feature request to #4965 but more general. ReScript isn't a node-only language and so I shouldn't be required to install node just to build my ReScript...

Relates to #4677. This is my first ever ocaml code, would appreciate if someone could help getting the PR ready to be merged - or just outline what I need...

This is a convention in Remix, see https://remix.run/docs/en/v1/api/conventions#dynamic-route-parameters

Closes #74 Pros and cons compared to #85 Pros: - No need for as many overloads - Supports as many generics as you like - Support for as many callback...