shaimildar

Results 9 issues of shaimildar

did you read https://sbqr.ru/standard/files/standart.pdf? it's required fields that should not exceed 300, not optional + required https://github.com/codebude/QRCoder/blob/cecf2066d3f3a74b142aaa7c8d9f744c4673118c/QRCoder/PayloadGenerator.cs#L2531 please fix asap

![image](https://github.com/OmniSharp/omnisharp-roslyn/assets/74532770/e62b1935-80af-40fc-a877-9c738db8bdee) I want to return Task.FromResult(result) ![image](https://github.com/OmniSharp/omnisharp-roslyn/assets/74532770/11db2305-fef1-4761-a6e6-8cbcf1eed1a6) But pressing tab/dot/space completely replaces next word How do change this behaviour?

![image](https://user-images.githubusercontent.com/74532770/202981886-2670c23f-7f05-49eb-92e6-cebd5c8844db.png) how to override default icon? ![image](https://user-images.githubusercontent.com/74532770/202983211-3d74994d-d446-4997-a1cf-188135d23f7f.png) this does not work

There is onClick handler, but it is not for right click I wand to close the notification on right click (in addition to close button)

How do they work if they reference each other? Please explain, I can't ... ``` list1 k = (\a -> (\xs -> pure $ a :. xs) =

``` var addResponse = await client.PostAsJsonAsync("todo", new { title = "New Todo", description = "Description of the todo" }); Assert.Equal(System.Net.HttpStatusCode.OK, addResponse.StatusCode); ``` Here you do not test if saved item...

I have a simple haskell stack repo I want to use it's Lib module as a dependency for my another project (made with this template: https://github.com/rvarun11/codespaces-ihp) How can I do...

![image](https://github.com/graninas/Pragmatic-Type-Level-Design/assets/74532770/cf332677-e862-40f7-92e0-80e70063d0a5) ![image](https://github.com/graninas/Pragmatic-Type-Level-Design/assets/74532770/471294fe-8bc4-4332-a521-574c298831df) I want to interpret the language differently (to return "String" instead of "Number") But I cannot understand how to do it? It it even possible? Or do other...

Both contain a bunch of types. So what's the difference? Also there is Types module...