Leon

Results 148 comments of Leon

Related: https://github.com/vim-python/python-syntax/issues/95

Crash is back, either I was talking nonsense before or it is reintroduced. My naive idea for this was to somehow catch `sysFatal` during the internal compile cycle (although I...

I would also be interested in a Python interface. In particular I'd like to try parametric density estimation. I believe that [nuklei](https://github.com/renauddetry/nuklei) implements non-parametric density estimation only, just based on...

Not a solution, if you want to use `xmodmap`, which is entirely reasonable, but I have this in my xinitrc, before sxhkd is launched: ``` # Swap left alt with...

Just wanted to add that after I found out those mirrors were so outdated a few years back, I've just been using the tier 1 de/us mirrors. I'll switch to...

@KestrelSoftworks From `man sxhkd`: ``` The underscore character represents an empty sequence element. ``` Perhaps in your initial example, the underscore is not parsed how you expect.

@KestrelSoftworks > * The problem not doing the `super + n` (where _n_ is whatever desired key) combo correctly seems to be fixed if `sxhkd` is executed from `bspwmrc` instead...

@amacgregor > Interesting I have this issue and I am starting `sxhkd` from `bspwmrc` here is my configuration for reference: > > https://gist.github.com/amacgregor/9d0b556103db9f5c5a2f1def6ba874ac Looking at your config, I see that...

I've just found this package and have previously played around a bit with MFEM. I can't offer much help here yet but am just adding my vote for adopting a...

From poking around a little, I think the type we need to construct would be an `Gridap.Geometry.UnstructuredDiscreteModel`. ```julia julia> fieldnames(Gridap.Geometry.UnstructuredDiscreteModel) (:grid, :grid_topology, :face_labeling) help?> Gridap.Geometry.UnstructuredDiscreteModel struct UnstructuredDiscreteModel{Dc,Dp,Tp,B} * Gridap `model.grid.node_coordinates`...