Maxime Mangel

Results 1077 comments of Maxime Mangel

Please @dbrattli I am trying to help here. I just spent almost 8 hours after my day job exploring Elmish.Stream source code, writing code, experimenting, etc. to help @rommsen and...

I know that you didn't mean it to be aggressive like that so no harm is done :)

# Drag and Drop [REPL](https://fable.io/repl/#?gist=973e4bf2f1db9e04d1b58a18b1c035cd) - [Gist](https://gist.github.com/MangelMaxime/973e4bf2f1db9e04d1b58a18b1c035cd) ![2019-06-27 15 55 39](https://user-images.githubusercontent.com/4760796/60272297-2a433300-98f4-11e9-841b-a14d8c900fc9.gif) I didn't use the Elmish.Stream implementation because I didn't understand all the logic in it but the functionality is...

@forki I don't think Elm has this kind of helpers in it. If I understand correctly your example. You are generating new `Commands` from inside a `Command`? I think the...

Hello, I wonder what will happen for people using an extension to manage their TOC. Like [Markdown TOC](https://marketplace.visualstudio.com/items?itemName=AlanWalk.markdown-toc) in VSCode. ```md - [Title 1](#title-1) - [Title 1.1](#title-11) - [Title 2](#title-2)...

Hello, having the `NULL` or `NOT NULL` always generated can generates invalid SQL queries. For example, this query is invalid: ```sql CREATE TABLE [dbo].[AuthTokens] ( [Id] INT NOT NULL IDENTITY(0,1),...

@jzabroski I didn't try the code you linked because I thought it would still add the `NULL` or `NOT NULL`. Thanks for the tips

The next release will update the documentation to include the section we worked on together in the past (sorry for the delay).

In PR #149, we the `Decode.datetime` as being marked as obsolete to make it explicit was is happening to the date. I think this also fix the issue too.

I am closing this issue because I think this is a specific use case. If more people show interest in it, I will reconsider including it in the core library....