Arian Valdez
Arian Valdez
With Sugar.Date, I can create specific `datetime`s through human readable strings. For example `Sugar.Date.create('today')` sets it to _today_ at _12:00AM_ For some use cases, such as sayusing it to set...
When attaching a servo to PIN 16, the board panics and I get a LoadProhibited error consistently. However, if I use PIN 12, it works phenomenally. Does pin 16 not...
Right now, the img mimetype is being looked up using the url. It would be best to look at the contentType header if it set. Options such as allowing input...
Combustion doesn't look all that well on large screens
## 🐛 Bug description Just like #621, I am unable to build when using a rust dependency with a C dependency. I am using https://github.com/RamiHg/rust-libsamplerate and/or https://github.com/Prior99/rust-samplerate #### 🤔 Expected...
It'd be great if the raw login/logout methods are exposed, so they could be used in a non-hooks context. That way, it'd have more interoperability, i.e. w/ redux/redux-saga
**Is your feature request related to a problem? Please describe.** It's amazing how much functionality is packed into this tiny tool. One thing I really like about vite is that...
https://codesandbox.io/s/trusting-bardeen-wd3lr?file=/src/index.ts Consider: ```ts import _ from 'lodash' const arr = [{ID: 0}, {ID: 1}] console.log(_.map(arr, 'ID')) console.log(_.map(arr, 'id')) ``` The first console.log is valid, however, the second console.log does not...
This should allow more control of the properties, i.e. pass the coordinate information to grandchildren, etc. https://reactjs.org/docs/render-props.html