11 Matching Annotations
- Sep 2024
-
github.com github.com
-
-
Such gems like Memoist override methods. So, if you want to memoize a method in a child class with the same named memoized method in a parent class — you have to use something like awkward identifier: argument. This gem allows you to just memoize methods when you want to.
-
- Nov 2022
-
github.com github.com
-
As simple as Puppeteer, though even simpler.
-
-
-
Tini differentiates with:
-
Finally, do note that there are alternatives to Tini (like Phusion's base image).
-
- Sep 2022
-
rbspy.github.io rbspy.github.io
-
So when should you use rbspy, and when should you use stackprof? The two tools are actually used in pretty different ways! rbspy is a command line tool (rbspy record --pid YOUR_PID), and StackProf is a library that you can include in your Ruby program and use to profile a given section of code.
-
- Dec 2020
-
github.com github.com
-
I think the main difference between the two are the way API are served. Some smelte components need you to input big chunk of json as props, while i prefer keep props as primitive types and in the other hand give you different components tags to compose.
-
- Nov 2020
-
github.com github.com
-
There are actually 3 other libraries that implements material in svelte, i hope this to become the community favorite because using MDC underneath it implements correctly Material guidelines.
-
- Oct 2020
-
medium.com medium.com
-
I think Vue does a really good job comparing itself to other solutions out there.
-