shaunsingh

Results 162 comments of shaunsingh

Just another minor bug I've experienced: Some ligatures/characters don't render correctly: ![image](https://user-images.githubusercontent.com/71196912/135561061-c2a65775-6037-4c09-bdca-8d858a119d2e.png) Normally this looks something like this: ![image](https://user-images.githubusercontent.com/71196912/135561144-31e8ad97-c7cd-4111-a0dc-2b8463936d46.png) I've also noticed incorrect icons, which are cutoff for treesitter and...

Note that the padding I have around emacs is gone as well. Seems like these two lines don't work anymore: ``` (add-to-list 'default-frame-alist '(internal-border-width . 24)) (setq-default line-spacing 0.35) ```

Thanks! I think the first issue (ligatures and icons) are because all the icons aren't loading. I have the correct fonts installed under `~/.local/share/fonts`, not sure why emacs isn't picking...

Webkit isn't very buggy, its just quite slow compared to chromium and even gecko. So far the main issues I've had with webkit in emacs are due to the implementations...

> xwidgets is getting some attention from Po Lu on emacs-devel. He fixed the flickering that happens on emacs on X. You mention emacs-webkit was flickering for you? Were you...

> True there are indeed bugs. Sorry I haven't been able to work much on them since last year. Sorry about that, didn't realize you were the maintainer! Thanks for...

Hi, I'm having an error with installing `nix-darwin` using my configuration.nix. My configuration.nix can be found here: https://github.com/shaunsingh/vimrc-dotfiles/blob/main/.nixpkgs/darwin-configuration.nix Please let me know if you need any other information that may...

Anyone have a sample `darwin-configuration.nix` setup for m1 that they would like to share? Its hard to follow along with the thread, and I'm quite new to nix-darwin

@Integralist can you try commit https://github.com/shaunsingh/oxocarbon.nvim/commit/23b7b321d1b73f5f21e654ac6d377434a97a6616 ?

@mjachi All of the `cargo build` output gets sent for Packer.nvim to display, though the second the script fails/ends it just ends with `failed to install oxocarbon.nvim`. *technically* if `cargo...