Andrea Moretti

Results 18 comments of Andrea Moretti

any news on the topic? the library stopped working for us as well on IOS (both chrome and safari) and it was working some time ago even though the demo...

update: for what is worth I've forked the lib in my code and the changes in this PR seems indeed to fix the problem on IOS

@diachedelic at the beginning I think it was my fault: I was using the @zeix scoped version, maybe a warning on the README can be useful as the npm repo...

@alexkrolick you can do it easily with a side effect in a custom getJSON function example implementation for typescript types: https://github.com/utilitycss/atomic/blob/master/src/postcss/atomic-css-modules.ts#L243 https://github.com/utilitycss/atomic/blob/master/src/action/generate-atom-typings.ts

Probably nested tests may be useful in some situations, however I fear they may be a problem for parallelism and in general they introduce dependencies and context that start to...

related question: I am trying out using nb on the laptop and then access from mobile using the GitJournal app. It is not optimal especially because GitJournal does not seem...

@chmac not the cleanest solution but so far it seems to work reasonably well adding a `post-checkout` hook with: ```sh #!/bin/sh nb index rebuild ``` In theory sync calls rebase,...

If I got it right #230 would allow to have the needed AST format as an output. as https://github.com/swc-project/swc/pull/274 is merged, does this mean this issue is unblocked? What would...

Can you elaborate more? Do you mean that with #274 it is now natively possible to use swc as a eslint (espree) parser? And if not, what is missing to...

ratio is needed to calculate the layout. Having some backend that creates the list with sources and ratios is probably the best option. To work only on the clientside you...