Cezar Halmagean

Results 19 issues of Cezar Halmagean

It would be nice to be able to undo the last rename. This tends to be annoying if done across files since you have to either rename your rename or...

Hello, Is there any way to test for a HTTP 401 ? I'd like to have a test for making sure HTTP auth is in place on a remote site....

How can I return back to vim when I close the zoomed tmux pane ? Right now I need to do `q` ` z` ` k` which seem like a...

question

Hi, I'm using Zapier to send a request to the GraphQL endpoint whenever someone buys my course (via a 3rd party SaaS cart). The problem I'm having is I'm selling...

enhancement

It would be great for the assignments/quizzes to support markdown. Currently, the formatting options are very limited. And I'm not sure why there's a limit to the text description. I've...

enhancement

I just noticed (accidentally) that setting `type_ "text"` on a select compiles just fine but it produces a loop of errors in the browser. ![2019-01-03 at 14 27](https://user-images.githubusercontent.com/8421/50637749-dfa7b600-0f63-11e9-8a3b-1aac5d50605c.png)

There is a difference between how the assignment text looks like when before it's submitted for review and after. I've attached a screenshot to illustrate. ![screenshot](https://user-images.githubusercontent.com/8421/187214435-ed9565ef-b7c4-46fb-9a19-234ad20aecdb.png)

bug

I just saw this library by Github, and I thought it would be amazing to have support for it in the lesson descriptions (if not in all markdown). It could...

enhancement

I've added a test case (and fix) that handles the wrong number of characters in the string returned from the command line app. Even though I have the `quantize` option...

If you're using --drb in you .rspec file, vim opens the fix window and shows you the warning which is pretty annoying. Should probably be filtered out somehow. Cezar