Bartosz Nitka

Results 9 issues of Bartosz Nitka

Hi, thank you for the extension, it already covers 90% of the use cases that I have. There's one feature that would cover the remaining 10%. ## Summary What Copy...

feature

If you take the app built in https://haskell-at-work.com/episodes/2019-01-10-purely-functional-gtk-part-1-hello-world.html and https://haskell-at-work.com/episodes/2019-01-19-purely-functional-gtk-part-2-todo-mvc.html it manifests the following issue: ![Peek 2019-07-23 12-35](https://user-images.githubusercontent.com/212146/61705775-c4a56380-ad46-11e9-9351-7ae299c92584.gif) After I selected the text I started typing "123", but the cursor...

I've had some success adding support for Gtk.Grid by basing it on the Gtk.Box container implementation, but I'm not sure what the best approach for ComboBoxText would be. The difference...

**Describe the bug** It seems that Mozilla no longer hosts links such as https://developer.mozilla.org/en-US/docs/Mozilla/Tech/XUL/Attribute/autoplay https://github.com/dmjio/miso/blob/30e4844cc94a97751b28fcaee2004d56d5cfde51/src/Miso/Html/Property.hs#L297 is an example place where that's referenced.

Please see the attached screenshots. The string I'm searching is "uńicode". The error message is: "'ascii' codec can't encode character u'\u0144' in position 1: ordinal not in range(128)". ![search-uńicode](https://user-images.githubusercontent.com/212146/80376280-e0bbcf80-8899-11ea-97af-881de7b23a72.png) ![search-uńicode2](https://user-images.githubusercontent.com/212146/80376275-df8aa280-8899-11ea-87e4-116f91880148.png)...

Thanks for Snorkel. I've used Scuba before and missed similar functionality for my personal projects. Using the Snorkel Lite UI I'm only able to group by string columns. After playing...

### Required prerequisites - [X] Make sure you've read the [documentation](https://pybind11.readthedocs.io). Your issue may be addressed there. - [X] Search the [issue tracker](https://github.com/pybind/pybind11/issues) and [Discussions](https:/pybind/pybind11/discussions) to verify that this hasn't...

triage

Repro steps: ``` stack repl --package wreq Prelude> import Network.Wreq Prelude Network.Wreq> :set +s # Quick request, no delays: Prelude Network.Wreq> get "http://httpbin.org/drip?duration=0&numbytes=10&code=200&delay=0" Response {responseStatus = Status {statusCode = 200,...

`double-conversion` Haskell package copies the `double-conversion` C library into its source tree. This works well enough for most use cases, but problems begin when you want to link your program...