javiertury
javiertury
I think this feature would be very helpful. Many cli programs have `Ctrl-[` as an alias for `Esc`, as `Esc` is so far away. Once keybindings like this one become...
@iDVB if the symptoms are similar to mine then it's probably because this babel plugin is not transforming your source files. > We've always imported as `import styled from 'styled-components';`...
Beyond the scope of my setup, I can only provide ideas for configuration changes but not much more. Even though in many cases it's recommended to do transpilation at the...
> Are you reporting a bug or just confusion? Now just confusion. Although at first I didn't know about `topLevelImportsPath` and I thought it was a bug. Also I would...
I've created a new branch in which `opts.signature` can override the rest of options set in `opts` for the signature cookie. It should be backwards compatible. Here is what has...
@BertoldVdb, it's also difficult for me to find a use for both the cookie and its signature readable from javascript. Perhaps this argument can be used to simplify the interface....
I encourage you to do so, let's see find out what maintainers think.
I was hitting a similar issue. #615 improves inference in the case that both costspec.number_per and costspec.number_total are missing. Note however that it doesn't solve every problem that you stated...
Just one warning. I assume that when both "number_per" and "number_total" are specified, then quantities are sumed like this: ``` weight = number_total + units*number_per ``` That is, beancount changes...
Let's start by sharing how I view the whole interpolation process. In abstract, I think this is the equation to interpolate: ``` residual_weights = units * weight_distribution_per_unit ``` The `weight_distribution_per_unit`...