Cristiano Betta

Results 26 issues of Cristiano Betta

Ran into a new issue. I am trying it to give me the content but keep `a` and `h1` tags in place. It works fine for something like `foo` or...

I am trying to load 471,774 items into a native bloomfilter as such: ``` ruby bloom_filter = BloomFilter::Native.new(size: lines.count, raise: true) ``` But after about 34,193 items it gives me...

Getting the following error. Is this code still working or has the API changed? ```sh > python -m blink --archive . Traceback (most recent call last): File "/Users/cbetta/.pyenv/versions/3.4.2/lib/python3.4/runpy.py", line 170,...

Currently errors come in either as: - The `error` object in a callback, with a `message` attributes - The `error` object in a callback, with a `error-code` and `error-code-label` attribute...

enhancement
needs validation

I am not sure if these are in the right category. I'd love some recommendations on this.

Hi there, I am trying to understand what the exact license of the use of these icons is. This project us under MPL-2.0 but the icons themselves are...? Are the...

I've been trying to use searchable and indexable together and it seems to have a UI bug. The index pushes the cells, and the search box, to the left. ![ios...

bug

I'm thinking it would be nice to be able to run the CLI without first signing in. This can be useful on shared PCs but mainly is also useful for...

enhancement

This config could hold: * Preferred URL host * App key Related issues: * https://github.com/Nexmo/nexmo-cli/issues/114 * https://github.com/Nexmo/nexmo-cli/issues/109 * https://github.com/Nexmo/nexmo-cli/issues/51 Gut feeling says we can put this in the local `.nexmorc`...

enhancement