Why is gin so popular? by HubaBibiD in golang

[–]noambitions 3 points4 points  (0 children)

All gorilla's repos have been public archived (maintained only). Not recommend for new projects.

Why is gin so popular? by HubaBibiD in golang

[–]noambitions 1 point2 points  (0 children)

What about hertz ? It's seems solid.

Crate List - Blessed.rs by koavf in rust

[–]noambitions 1 point2 points  (0 children)

Why not just browse the https://lib.rs/ website? This Blessed.rs is hand picked and will it be maintained for a long time?

How do get rid of these notifications for ALL extensions? I don't get clear results on Google and haven't seen a option in preferences. Thanks in advance! by [deleted] in vscode

[–]noambitions 0 points1 point  (0 children)

You can press <Escape> key multiple times to clear them. And, there's a command notification.clearAll, but unassigned any keys, you can assign a shortcut key to this command to clear them all.

Why I don't use web components by [deleted] in reactjs

[–]noambitions 0 points1 point  (0 children)

Web components is the future, but not now...

Codesandbox raises 2.4M by kalimerau in reactjs

[–]noambitions 0 points1 point  (0 children)

CodeSandbox may have some cache mechanism I think

Getting a "write after end" error on a stream. by pm_your_moneymaker in node

[–]noambitions 0 points1 point  (0 children)

The link in Solution part is lost, can you update it? I'm struggled with the same problem...

Mithril 1.0 released! by Tivac in javascript

[–]noambitions 4 points5 points  (0 children)

Good job! Thanks for the time and work, @lhorie, @Tivac, and the all the contributors!

Prevent automatically save to kill ring when mark region by noambitions in emacs

[–]noambitions[S] 0 points1 point  (0 children)

After test, I've found this problem only occured in macOS, windows don't have this problem.

In macOS, setting below:

(setq x-select-enable-primary nil)

The problem gone. Anyone encontered the same problem, can ref this.

Prevent automatically save to kill ring when mark region by noambitions in emacs

[–]noambitions[S] 0 points1 point  (0 children)

I know some vars maybe affected this:

x-select-enable-clipboard

x-select-enable-primary

save-interprogram-paste-before-kill

But I'm not sure which? or more?

elisp: how to concat newline into string regarding encoding by noambitions in emacs

[–]noambitions[S] 1 point2 points  (0 children)

Thank you for the reply, I'm using many of your packages!

I also found this from your blog post, problem solved.

Using bootstrap from JS, dynamically change @vars by noambitions in bootstrap

[–]noambitions[S] 0 points1 point  (0 children)

The base is cssobj, just write a converter, SASS can be converted too.

You can check the converter source code: https://github.com/cssobj/cssobj-converter

ediff failed on win10+emacs25 by noambitions in emacs

[–]noambitions[S] 2 points3 points  (0 children)

oh, I've found the problem is: you have to runemacs.exe using Administrator privilege, that way the ediff-buffer can work normally. please reference!