Just discovered this neat trick to check if a browser supports CSS Variables
@supports (color: var(--)) {
...
}
Notes:
- Can use any property (i.e. not color)
- Don't have to include an actual variable name, var(--) works
Codepen 👉🏾 https://t.co/C1jEe8q1V5
Here are the speed benchmarks of a tail & sort function processing a file with about 9 Million lines. Python extended with @rustlang vs a Pure Python implementation and... We've got some serious gains guys 🧐😲
Happy to continue contributing to OS libraries 😃In this case, adding new options to @gatsbyjs plugin. This is the PR merged 🎉 #javascript#opensource
https://t.co/QNTDYHVx0h
#Haxe Roundup 423 https://t.co/Qg9UmAZETl is out!
Find out how to code split the #javascript target 👏& the Haxe plugin v1.0 for @IntelliJIDEA has been released 🎉
A new core proposal, HashLink gets initial threading support, the latest lib releases and loads more!