Christian Silver
Christian Silver
Look at the below image:  This was generated by: - taking an original colour (#3be2a0 with the dot on it) - adding 8 to the lightness channel of the...
This adds launch links for notebooks that look like this: [](https://deepnote.com/launch?url=https%3A//github.com/alexeygrigorev/mlbookcamp-code/blob/master/chapter-03-churn-prediction/03-churn.ipynb) [](https://kaggle.com/kernels/welcome?src=https%3A//github.com/alexeygrigorev/mlbookcamp-code/blob/master/chapter-03-churn-prediction/03-churn.ipynb) [](https://colab.research.google.com/github/alexeygrigorev/mlbookcamp-code/blob/master/chapter-03-churn-prediction/03-churn.ipynb) They let users go straight to the notebook runner, rather than...
When switching cameras, a small amount of memory is leaked. This is enough to get Safari to crash on an iPhone 13 Pro after enough switches (somewhere between 500 and...
I currently generate my meta tags manually with some twig logic, and for the most part it is similar to the logic in this extension, but every project does things...
When using multiple checkbox inputs, with different names but bound together using `data-parsley-multiple`, the desired behaviour is to have the error message appear at the end. But the error message...
I'm currently trying to use this library for isomporphic form validation/rendering. However, this lifted my (uncompressed) JS size from ~700kb to 3.1mb. After removing `formidable`, `async` and `qs` as dependencies...
It may be desirable to create the UI, and only put in the DOM later on in the application. Or remove it from the DOM, and then put it back...
**1. Read the [FAQs](#faqs) 👇** ✅ **2. Describe the bug** Animations that are interrupted with suspense have weird behaviour. Sometimes they will freeze in place. Sometimes they will freeze at...
Bolt 3 has just hit Beta and they have a slightly different extension system. There may be other breakages in Tight as well. - Find breakages with Bolt 3 -...
Many are deprecated. Unsure of the exact source: ``` npm WARN deprecated [email protected]: graceful-fs version 3 and before will fail on newer node releases. Please update to graceful-fs@^4.0.0 as soon...