Leon Wolf

Results 18 issues of Leon Wolf

the save button completely freezes the tool (indefinitely). Changes are saved, but the program has to be forced to close

**What did you expect to happen?** i wanted to set `...` to be the enhanced dot arg, so that i can do a normal `..` but still use the functionality....

Hi, i'm extracting some articles and noticed that a few fields will be cut off during `parse()`, such as the `meta_description`, which seems to be limited to 130 characters. Is...

The loading bar shows (ex.) "100M / 140M". M is the unit for Million. The CI-unit for Megabyte is Mb (which i assume is the one we want to show)...

if jcloud_deployment and source == bucket: - don't index any documents - just an empty flow is deployed - send an authenticated request to the now_api to create the CloudWatch...

our current documentation for the rest endpoints is very sparse. The requests have many (optional) parameters, none of which are actually documented in the API page. Example: https://nowrun.jina.ai/api/v1/text-to-image/docs#/Text-To-Image/index_index_post What is...

Both links in the [Documentation section](https://github.com/jina-ai/annlite#documentation) seem to be broken. Not sure where they should be pointing?

I've created a small PR to fix issue #4 by replacing wget with requests and adding that to the dependencies. I've also moved `url` into the if-case so it won't...

old camelcase implementation did not work for many cases (multiple capital, spaces, ...). New implementation should catch all problems resolves Issue #30 and should make PR #24 redundant

`camelcase("ABC TEST")` returns `aBEST` I would expect something like: `abcTest` or just `ABCTEST` as a fallback. [Microsoft suggests the same](https://docs.microsoft.com/en-us/previous-versions/dotnet/netframework-1.1/141e06ef(v=vs.71)) blank spaces don't seem to work in general though. `camelcase("a...