Nick Mosher
Nick Mosher
Sounds like a good idea, I went ahead and added that. I also realized I had forgotten to copy over the headers from the http::Request before. Also while implementing this...
I have some time today that I think I'm going to try this out. I'll report back with progress later, and maybe open a draft PR so we can talk...
I'm also experiencing the same issue. Following the guide at https://guide.elm-lang.org/architecture/forms.html and using Firefox with 1password, the rendered input fields do not respond to keyboard input correctly. Disabling the 1password...
I feel like it may be a little overzealous to try to prevent exam conflicts by default in schedulemaker. People take courseloads with conflicting exams all the time, and there's...
Sounds good. And just to clarify, I'm not expecting to get full parity with `http`, but just hoping to fix some rough edges, such as wanting to enumerate the headers...
@nacardin can you assign this to a milestone when you have a chance?
Thanks for the report @avinassh, this is a very interesting bug. I'm looking forward to figuring out why SPU itself crashed, though I expect it is out of memory. I...
Investigating whether solving https://github.com/infinyon/fluvio/issues/668 will solve this issue
One possible solution to this is to make the SC create a pid lockfile when it starts up, something like `/usr/local/var/fluvio/sc.pid`, which contains the process id of the currently-running SC...
Hey there, Thanks @parasyte for putting together an update, I'm planning on trying that out today. It's kind of hard for me to grok what the process was for (successfully)...