Carsten Schnober

Results 14 comments of Carsten Schnober

@adbar Thanks! In case you have a pointer to the potentially relevant piece of the code, I might be able to investigate myself and create a PR (depending on how...

Digging deeper into the analysis of this error, this part of the HTML looks suspicious to me, in particular the `|` symbols in the `srcset` attributed of the three last...

I am trying to merge all the pull requests on [my fork](https://github.com/carschno/JFastText). @bx If you like, please add a pull request there. However, I noticed that a check has failed.

The release notes include this sentence: > This version includes a massive rewrite of internal classes. This might make the integration hard, but I might try in [my fork](https://github.com/carschno/JFastText). I...

I am trying to merge all the pull requests on [my fork](https://github.com/carschno/JFastText). @alexott If you like, please add a pull request there.

I've been able to reproduce this and have isolated the issue to the trailing newline character. Apparently, this is rooted in FastText itself; however, the problem probably does not arise...

This is actually a known issue in FastText, see: https://github.com/facebookresearch/fastText/issues/435 and https://github.com/facebookresearch/fastText/issues/165

@melisabok Great, thanks a lot! I suppose I can use a more generous wildcard as the `forum` should be unique, such as: client.get_notes(forum=note.forum, invitation='.*/Decision') Is that a correct assumption? This...

> We could consider requiring an `__init__.py` but it would be a breaking change, I think. I see how a folder that is now correctly categorized as a source folder...

> Say you were using a third party package in your requirements, but decided later to vendor it to make changes, turning it into a first party package. Then unless...