ebraminio

Results 53 issues of ebraminio

[Jupyter Notebooks](http://jupyter.org) (can be installed with `pip install jupyter notebook` and run with `jupyter notebook`) has mainly data processing usage and such but is also tweaked to [support pyqt and...

just a proof of concept for macOS vibrancy, for now. welcomes your comments also but if not interested, feel free to just close it :)

I was just learning something from appveyor's config and saw this weird https://github.com/andlabs/libui/blob/master/.appveyor.yml#L56 which is asked to file a bug :)

I think given the way seasons are calculated the following issue can be expected but I'm describing it anyway so you may want to fix or close it, I'm running...

performance

This [patch](https://github.com/flutter/engine/pull/28131/files#diff-a57fd2092c5e98184a9fb4a21e84ababe968e0ab4de849e9261fa0d24e2cdec8R85-R96) on flutter core had something about WinRT also, I don't know much of WinRT but maybe we can fetch colors from it as I'd guess access to Win32...

enhancement
p: dynamic_color

Reading from macOS and Windows color accents happened on material-foundation/material-dynamic-color-flutter#42 and material-foundation/material-dynamic-color-flutter#43 and they work fine but they aren't responsive to OS changes. There are ways to get notified about...

enhancement
p: dynamic_color

Now I think this makes it more idiomatic and better match older entries of the CHANGELOG.

I needed something that could add an element between each two elements in a list as I just hardcoded that functionality in my flutter app but now have decided to...

As a part https://github.com/dart-lang/collection/pull/306#issuecomment-1682281034 Just am asking again whether you might like creating a [dedicated Counter class just like python](https://docs.python.org/3/library/collections.html#collections.Counter) or a `Map` is fine, at least temporarily, I would...

Considering views this stackoverflow link has had, https://stackoverflow.com/q/3428536 (637k times atm) I think we can agree list subtract is a popular need for developers. It can have bad implementations like...