Onur Gumus

Results 34 issues of Onur Gumus

I guess screenshot says all. Any ideas?

Are these templates chrome only ? Because no instruction given for IE. Nor it does work. What can I do ?

### Description https://github.com/elmish/elmish/blob/852054a7560db6d758cfcc31863d151e49e82b8e/src/program.fs#L79 Regarding this line, I think we should prevent printing any message if there is no subscription. We should also filter out the subscription named 'debugger' which refers...

Is it possible to load a package depending on selected the CPU architecture ? I currently achieve this by using regular packagereferences and stating the package name as "mypackage.($platform)" I...

### Describe the bug When I open SQLProvider project with ionide it crashes 5 times as below ``` System.AggregateException: One or more errors occurred. (Could not load type 'range' from...

When you use pragma statements with sqlite, you need to do it at the beginning of your connection. I am not sure how this is achievable with SqlProvider, any hints...

For the sizes vi or dvi is better than vw ``` --size-fluid-1: clamp(.5rem, 1vw, 1rem); ``` Then we have the vertical horizontal problem. Perhaps I want to size for block-size...

enhancement

I see the mappings are attached to dom tree, but not cleaned on dispose here: https://github.com/Nhowka/Elmish.Bridge/blob/0134e2ad4566f5c254c5e80add39edbbef17371c/src/Client/Library.fs#L28C11-L28C11 Isn't this leaking, when I don't need elmish bridge?

According to OData V4 spec: 11.4.2.2 Create Related Entities When Creating an Entity A request to create an entity that includes related entities, represented using the appropriate inline representation, is...

P4