Frederik Beaujean

Results 71 comments of Frederik Beaujean

I tried the fix by @brabalan but it didn't help me. I still get completion for a single character, which is annoying when typing math symbols that usually only have...

Apparently the problem is with auctex itself https://github.com/syl20bnr/spacemacs/issues/9388#issuecomment-346275072 because it sets a local variable `company-minimum-prefix-length` which overrides global settings of the length.

The `--assume-filepath=` option is handy in another situation that I encountered. With the bazel build tool, a unit test copies all inputs to a sandbox directory and never touches the...

I created a script to create include guards according to our company style guide. I use `guard2once` to have a well defined input, and `once2guard` in the 2nd step because...

I would like to disable alarms altogether. My thunderbird client cannot update the reminder and I even can't dismiss them. Really annoying

Thanks @ggeorgg I didn't know that option. Have a contact birthday coming tomorrow. I'm looking forward to no reminder in Thunderbird

I'm using this in my code ``` script: # if any line in this section fails, build fails - set -e # build and run unit tests ... # build...

I just want to support this, too. I can add orcids when manually creating a new upload but it would be great to specify this also for uploads created from...

Beyond supporting the request for simpler syntax, I wish it were more clearly stated in the readme how to handle interpolations without unit spacing between elements. For a function y(x),...

Thanks for the quick reply On 25.04.2017 16:09, Spencer Lyon wrote: > > The |BSpline| variants in this package all make the assumption that > the knot vector (|x| points...