Igor Adamenko
Igor Adamenko
There's a link to worklets' explainer in CSS Layout API explainer, but there's no such file in the repo: > See the worklets [explainer](../worklets/EXPLAINER.md) for a more involved explanation of...
### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the bug has not already been reported ### Mongoose version...
Hello! I watched your speech on [Ya.Subbotnik](https://events.yandex.ru/lib/talks/3341/) and tried to run your demo on my PC, but I can't. Some info: Windows 10, npm v.2.14.20, node v.4.4.0 So, I cloned...
**Describe the bug** When I set `multiple-min` to 2 and pick only 1 file File Uploader shows an error. This error looks like this:  It says that the limit...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior `npm repo pkg` fails. ### Expected Behavior `npm repo pkg` should...
Context: https://tour.golang.org/flowcontrol/10 Hey there! I'm probably getting this wrong, but why is the `+ 0` in this code? ```go package main import ( "fmt" "time" ) func main() { fmt.Println("When's...