Fabian Dellwing

Results 46 comments of Fabian Dellwing

Can you explain a bit more what you mean with "broken"? A lot of people, including me, are using WSL2 and can build and run it just fine.

`zsh` support is currently very rudimentary. A lot of things are not working like it should

How did you came to the result that OpenJDK works? -> #18113 > lrzip | BROKEN: system serenity not recognized And how did you came to this result? This port...

Taskwarrior builds and runs here: ![image](https://user-images.githubusercontent.com/22813377/234533153-d985030a-3d06-4487-bd23-b9ca0766d339.png) So we have some unknown host dependency, probably to `gettext`?

I will try to get it to fail with that error and than see what is needed to fix it 👍

I dont think `opentyrian-data` port is broken, it is just a port you should not install standalone. It provides *data* for the `opentyrian` port. There has to be a better...

`gnuplot` builds for me, from the error description I would have though about `libpng` and `libiconv` dependencies which we both have ports of. But it builds fine without those. ![image](https://user-images.githubusercontent.com/22813377/234594334-ff6a9b1c-141b-4d62-9ef2-2d1dfd5c13cf.png)

`nethack` and `boost` should work right now.

I have minimized the problem to this: ```html function do_login(world) { console.log(world) return false } ``` It should just log your input to the console, but it does: ``` Unhandled...

> Just to be sure, using the window named property `the_form` works, right? and it's just the property access on the form element that fails? Yes.