max
10/27/2020, 10:06 PMmax
10/27/2020, 10:06 PMAndy H
10/27/2020, 10:08 PMGleb Mezhanskiy (Datafold)
11/09/2020, 9:20 PMJJ
11/15/2020, 6:56 AMdwall
11/19/2020, 12:16 AMJay Parthasarthy
11/20/2020, 3:25 PMRaghu
12/01/2020, 3:20 PMBen Gotow
12/04/2020, 9:26 PMsetInterval
or setTimeout
for “1 month from now”, because that’s too large a number in ms for a 32-bit signed integer. It just rolls over to 1
and runs your code immediately (or in the case of setInterval, runs your code immediately over and over). Relevant to our discussion of GraphQL timestamp types Nick 🙂dwall
12/08/2020, 6:29 PMdwall
12/09/2020, 10:08 PMEmily
12/14/2020, 4:18 PMAndy H
12/16/2020, 4:02 PMmax
12/16/2020, 6:28 PMJai Kumaran
01/01/2021, 8:11 AMAlex Remedios
01/04/2021, 10:45 AMmax
01/05/2021, 12:06 AMmax
01/05/2021, 9:43 PMEmily
01/15/2021, 2:34 PMSimon Späti
01/21/2021, 1:38 PMsettings.json
you use in general with python or dagster specifically?
Much appreciated. I started to turn off some suggestions as normally vscode suggested me a huge list with no value at all.
"editor.suggest.filterGraceful": false,
"javascript.suggest.names": false,
"editor.wordBasedSuggestions": false,
Noah K
01/21/2021, 2:01 PMNoah K
01/21/2021, 2:01 PMAlex Remedios
01/31/2021, 7:00 PMNoah K
01/31/2021, 10:50 PMNoah K
01/31/2021, 10:50 PMNoah K
01/31/2021, 10:51 PMNoah K
01/31/2021, 10:53 PMAlex Remedios
02/01/2021, 9:50 AMdo you care about 3.9's new type hinting support in core collections?@Noah K my top priority is just getting typehints introduced at all. Sounds like mypy will be first to adopt these new peps (585 in this case?)
Noah K
02/01/2021, 9:51 AMNoah K
02/01/2021, 9:51 AM