Denys Séguret

Results 760 comments of Denys Séguret

I don't know if this comment is welcome here: I made an alternate serde 1.0 crate for Hjson (deserializer only): https://github.com/Canop/deser-hjson It's not based on hjson-rust and may have not...

You're missing nothing. What I meant is that **when** you're not interested in the string value, which is mostly when you're not interested in the data attributes but in mapping...

`attr` is only for string values, so it's not suited.

I don't think anybody use `$.fn.data` just for the useless data attributes. If you want to tell how to avoid using jquery, then IMO you should explain how to safely...

This is a solution, but it involves adding properties to native elements, which I personally dislike and which isn't guaranteed to be safe, that's why I'm using a weak map...

There's a need. But in my mind, backdown is something you don't really prepare, it's something you launch every 10 years or so, when your disks are too messy. And...

I tried to warn against that at the end of the README: backdown isn't tailored to handle dev directories. An option to follow gitignore rules could help but I'm not...

Making the file editable and read before every question is totally doable, though.

I confirm that this looks like a zsh specific problem: * I reproduce it on zsh * I can't reproduce it on bash

The function used for zsh is defined here: https://github.com/Canop/broot/blob/master/src/shell_install/bash.rs#L31 If you're willing to investigate and try a better general solution, go ahead, I'm a little too busy atm.