Michael Jones
Michael Jones
Yeah, I can confirm that it works fine after fixing up the module names. Looks fantastic. Great job. Now if it could just write the tests too...
Yeah, I wasn't against `crash` being removed but I'm using that particular method in the tests and have no problem with it there at all. I've looked a little closer...
I've switched over 0.19 and I've just ended up moving to other packages. The core Date & Time stuff has changed a lot in 0.19 and I think it is...
I'm interested in this. I thought that a reasonable approach would be to use onfocus on the text input to create an 'undo block', then everything is put in that...
I'm happy to play around with some ideas. I guess my first two would be: 1. Some kind of toggle in the top bar that allows you to switch language...
Cool, I'm quite keen to progress as far as possible without writing any code so I think the next step might be to look for codepen.io examples or jQuery plugin...
I'm sure there is plenty more to find but this is a smooth no-JS slide down animation: https://codepen.io/surjithctly/pen/pLDwe
Thanks, sorry, I should have discussed the details element which you indicated before. I had in my mind that it takes up space even when collapsed so I wasn't sure...
Details seems to work nicely. ```html pub fn cookie_defaults(scheme: Scheme) -> CookieAttributes gleam@http:cookie_defaults(Scheme) -> CookieAttributes :'gleam@http'.cookie_defaults(Scheme) :: t.CookieAttributes ``` With additional CSS: ```css ::marker { content: ""; } ``` Which...
I think I'm struggling to picture what you're thinking of. This: ```html pub fn cookie_defaults(scheme: Scheme) -> CookieAttributes Erlang syntax gleam@http:cookie_defaults(Scheme) -> CookieAttributes Elixir syntax :'gleam@http'.cookie_defaults(Scheme) :: CookieAttributes ``` Gives...