Nikita Volkov

Results 163 comments of Nikita Volkov

@nominolo I meant counting the amount of elements in table.

What about adding an extra `STRef Int` field to the other implementations, which will keep the current size? To this day I had to make wrapper APIs just because of...

I've implemented a dome library over "hashtables", which approaches this issue amongst others. In the coming days I'll be test-driving it in another project. If no major issues arise, I'll...

I've just released the library I was talking about: http://hackage.haskell.org/package/hashtables-plus

How about simply exposing the attributes of the node? E.g., ```elm styledWithAttributes : List (Attribute msg) -> (FillStyle, LineStyle) -> Shape -> Collage msg ``` This way not only will...

> Do you like to access more more attributes than only shadows? In my current project I only need to be able to apply CSS styles and to set handlers....

Only one way to approach this: generate the definitions with TH. I will merge the according PR, but I won't be working on that myself any time soon.

@fizruk Have you guys arrived at anything in the end with this?

The snippets approach still seems easier and more consistent to the standard Sublime Text workflow. It also allows to modify the already typed in code by positioning the cursor after...

@nh2 I think there's much more of the ones who dislike it. Nevertheless, I've had those snippets in my custom configuration for quite some time while coding without using them,...