Dalen Catt

Results 19 comments of Dalen Catt

I'm so excited for Grav2. I have a few things I would like to see implemented, though they relate more to the admin more than anything. More complex user and...

Could I suggest also adding `[ $gppid -lt 1 ] && return 0` after line 26? I found that launching an app from rofi would swallow the terminal I am...

Having multiple layouts absolutely works, but yes, it is cumbersome. In this case, not only is it very cumbersome, but it is also inefficient. If you create multiple layouts, each...

OK, great. That's a lot of good information on how things actually work. I did look at eww previously, but couldn't really figure out how to make a pop-up that...

I don't know how to make it recheck the CLA. I signed it, but it didn't work.

Ok I just checked, and I did input the same email as my github account, and when I click on the link and sign in with github, it says I...

I just ran in to the same isse. I can close the connection on the fronend by calling close() on the eventsource, but the server end never closes connection, so...

I am also experiencing this problem. I am building a module for authentication, and need to use the session ID for caching. I'll see if I can show flow here....

I am also having the same problem. In fact, even using the example in the playground errors out with `TypeError: client[procedureType] is not a function`. I am unable to use...

@cannap This was in a page. I have not tried inside a component, but I would expect the result to be the same since pages are just components anyway. I'll...