Adam Mills

Results 22 comments of Adam Mills

Examples of nested lists in markdown here. https://commonmark.org/help/tutorial/10-nestedLists.html * Bullet list * Nested bullet * Sub-nested bullet etc * Bullet list item 2

Maybe related, I get a similiar error when listing with a prefix that does not exist on disk `ENOENT: no such file or directory, scandir '/tmp/buckets/XHKKDXE82PH8KP/test'` `/tmp/buckets/XHKKDXE82PH8KP` exists, but `test`...

I may have been removing the buckets dir, i make sure its there in setup now

Having the same issue with gsuite auth enabled. This is a regression of a previous issue that was fixed, can't find it currently but will add if i do.

If a numbered list is the next element it also won't float

Here is an example repo https://github.com/thejuan/imgix I haven't styled it, but you can see the image being loaded as a relative background ![image](https://user-images.githubusercontent.com/329807/123058174-e4ba9180-d44b-11eb-8608-34d0cddf9814.png)

Yes, it works for me for changing number to integer like tests. Can also change string to integer. So looks like a bug when its a reference type.

NP. I've worked around it for now. Can look at a PR if it comes up again for us.

Is there an simple example test case for this? I can't reproduce it. ``` interface BaseInterface { field1: number; field2: string; field3: string; } interface Picked extends Omit {} export...

For now, I can write a local hook that triggers a run of hooks in each dependent project and its dependent projects.