hopperelec

Results 89 comments of hopperelec

> I haven't directly checked if the event listener has been registered > ... > I'll double-check, though! Double-checked now by doing this ```java System.out.println(Arrays.toString(InventoryCloseEvent.getHandlerList().getRegisteredListeners())); ``` And you're right, it...

Regarding the warning about not opening inventories from `InventoryClickEvent`, do you know if this applies to `AnvilGUI.Builder.open`? In other words, can I trust that `AnvilGUI.Builder.open` calls `openInventory` within a `runTask`...

> but I think the rebaking has to happen whenever any listener is registered or unregistered I get that it would need to rebake, but I thought each event had...

> It is by design that the client-side not know about all of the server routes, because that's additional data to send to the client which it (generally) doesn't need...

Do you mean [aborting](https://github.com/ollama/ollama-js?tab=readme-ov-file#abort)?

Oh, I didn't know about `ollama stop`, I thought you meant stopping a generation. Looking at [the source code](https://github.com/ollama/ollama/blob/2ddc32d5c5386b28062a46ac6cfea5160cd9f600/cmd/cmd.go#L383-L414) for the Ollama API (I don't know Go, so I'm making...

Seems like the same issue as https://github.com/ollama/ollama-js/issues/104, but their fix was changing the module and moduleresolution

Yes, this definitely seems like something which could be improved with ollama-js, but I'm not experienced enough with Webpack and the tsconfig to know what the issue is, sadly.

I've also experienced both of these issues while working on [this PR in a separate repo](https://github.com/LeoDog896/svelte-mosaic/pull/2). It is worth adding that there seems to be a discrepancy between what happens...

I'll try it, thanks! By the way, are you intentionally sticking with the 8 major versioning?