Ville Saukkonen

Results 62 issues of Ville Saukkonen

In basics https://github.com/ocaml/ocaml.org/blob/master/site/learn/tutorials/basics.md reads this: > The unit type is sort of like void in C, but we'll talk about it more below. But `unit` is actually not explained below....

content ✍
help wanted!

It looks like we might be in the turning point to second wave of corona pandemic. It could make sense to reopen the site.

Due to moving from data collected by HS to THL data, last few days are misleading and looks like the # of cases is decreasing significantly, but in reality the...

Moi, Olisiko mahdollista saada käyriin myös prosentuaalinen kasvu edellispäivästä? Coronaan liittyvillä wikipediasivuilla tämä luku näytetään: https://en.wikipedia.org/wiki/2020_coronavirus_pandemic_in_Finland Tämä video saattaa antaa hyvin inspiraatiota muista potentiaalisista esitystavoista: https://www.youtube.com/watch?v=Kas0tIxDvrg esim. growth factor voisi...

`Node.Fs.readFileSync("");` works, but `Node.Crypto. ...` yields `The module or file Node.Crypto can't be found. -` same with `Node_crypto. ...` and `Crypto. ...`. I couldn't find any tests validating that Crypto...

Previously it was not possible to do something like this: ``` Crypto.Hmac.(create(`SHA256, hmacKey)->appendString(str)->toHex) ``` which is totally valid. Hmac node docs: https://nodejs.org/api/crypto.html#crypto_hmac_update_data_inputencoding Documentation for allowed encodings (implemented only hex this...

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...

enhancement

**Describe the bug** Populating products from CSV file does not seem to work. **To Reproduce** csv: ``` name,slug,description,sku,price,taxCategory,assets,stockOnHand,trackInventory,facets,variantAssets,optionValues,optionGroups,variantFacets "test test",test,123ff45,2.99,Standard Tax,,10,false,,,,, ``` script to populate data: ```ts // populate-server.ts import...

type: bug 🐛

When editing file from e.g [Flow](https://github.com/facebook/flow), problems reported by merlin often gets stuck in the editor after the error has been fixed. Only way to get rid of the stale...

I tried to apply the angular-HMR to the existing project and got this error: [HMR] TypeError: Cannot read property 'has' of undefined at HotAngular.reloadState (http://localhost:8080/assets/style-guide.js:61911:26) at module.exports [as directive](http://localhost:8080/assets/style-guide.js:62118:13) at...