Eray Erdin (&mut self)

Results 43 comments of Eray Erdin (&mut self)

I actually shared this on Rust Users Forum, [this](https://users.rust-lang.org/t/logos-parsing-fails-only-on-windows/44454/2?u=erayerdin) is the solution. Apparently, `include_str` was the problem and, as far as I could understand, it was including the related text...

> This onChange should be apply only entire form, for single fields or for both? I think the entire form would be better. Implementing each field a stream would be...

It's been a couple of months since I started working on this feature but the current API is so focal on event-driven approach[^1] that trying to implement stream-driven approach is...

Related to [slang800/tidy-markdown#22](https://github.com/slang800/tidy-markdown/issues/22). He is the main developer of the library and it seems he didn't solve the issue yet. Even the version is 2.0.5 and this package uses 2.0.3.

If possible, I'd like to take this on.

Some tests for NPM apart from what I've added fail oddly. I think it's due to requiring a token, maybe?

@chris48s, if it's okay, I can take this. The only question is how we'd render the datetime. There are three ways I can come up with: # Prettified Human-Readable Format...

Apart from @nektro's assertion "nice to show off the maturity of a project", in the current UI of Github, the only way to know exactly when a project started is...

New to the codebase so wasn't aware this was a thing. So, I take this as I can start working on a PR?

I'm not sure but this might also require for `JTar` class to be implemented as singleton since this might lead to a bunch of instances of JTar which can also...