Sam El-Borai

Results 14 issues of Sam El-Borai

I learned from [a discussion on the dlang forum](https://forum.dlang.org/post/[email protected]) that while `WinMain` works, it isn't actually necessary and a standard `main` function works as well - though it requires to...

Hi, When I'm trying to run the tabular data example from `01_intro.ipynb` I get an error "'str' object has no attribute 'shape'". The stack trace seems to point to a...

Hi there, I noticed that when declaring a class attribute with a docstring `docformatter` doesn't seem to take in account and reformat it. An example: ```python class MyClass: my_attribute: str...

P: enhancement
C: convention

**Is your feature request related to a problem? Please describe.** I have a postgres table with a column of type `serial` (which is not the primary key, if that matters)....

Hi there, First let me thank you for the massive and impressive work you did with this library! Observable collections are really something that should get more love in the...

Now that Svelte [officially supports Typescript](https://svelte.dev/blog/svelte-and-typescript), would you mind exporting Typescript types for this library?

The version on the AppStore doesn't work for me. I cannot authorise the app to access my github account. When I click on the menubar icon, I choose `Continue` It...

Hi, I'm using `XmlProvider` to fetch and parse RSS feeds. I want to handle HTTP Errors but I cannot find a way to get the status code of a `webexception.Response`....

type-new-feature

Hey there, Is there a reason to have one image per base-image, with a distinct name? The common approach with public Docker images is to have one repository name such...