Sven Jacobs

Results 163 comments of Sven Jacobs

So almost a year now. Is this going to be fixed or should I look for an alternative solution? ;)

I'm having the same issue that quotes in HTML are converted to `"` although `singleQuote` and `jsxSingleQuote` are set to `true`.

I just had a quick look at the source code. I'm absolutely unfamiliar how Prettier or this plugin work. Maybe [this](https://github.com/sveltejs/prettier-plugin-svelte/blob/0473f025efb23d278dd2ac0c1865932134b587e4/src/print/index.ts#L393) is the faulty line?

> The problem is that we would need to check the contents of attributes for quotes and switch them if necessary. You're right, I didn't think about that. However this...

I started to work on this, please see #271. However I need some help. Please have a look at my comment in the PR.

I'm having the same problem. The project uses [Spek](https://www.spekframework.org/) and not JUnit. I think Kluent should not have an implicit dependency on JUnit. Maybe in `shouldThrow()` don't use `ComparisonFailure` explicitly...

> I don't think it's a good idea to link release-version library with another beta libraries. I also think it is not a good idea to depend on a beta...

I use `korio` as a standalone library because it contains the only multiplatform XML parser that I found so far. It would be nice if you could consider users of...

_imho_ a library should not have a hard dependency on a logging framework like Timber. But it seems this is not the root of the problem...