Sylvain Marcadal (Ram)

Results 47 comments of Sylvain Marcadal (Ram)

I managed to get a full export working after several tries. Branding is most of the time the failing step but it is not 100% reproducible. I will use partial...

`baseDir` is used only to create the manifest but not used for publish. I had to redefine the whole `oclif.update.s3.templates` config : ```js "update": { "s3": { "bucket": "devbucket", "templates":...

Another workaround is to set the path inside S3 bucket key... ```js "update": { "s3": { "bucket": "devbucket/my-cli" } } ``` It publish files inside the folder. but generated `version`...

I had the same issue. The error message is misleading, it displays actual remote branches that match a release branch. In your case only the origin/main is matching. `release/1.5` does...

Fixed it using https://github.com/sakai135/wsl-vpnkit/issues/247#issuecomment-1813152469

This is what I did 1. create an extracMediaQueriesCSS using the built-in packages (there are all already dependencies of this package) : ```js import * as getHrefContent from "href-content"; import...

For reference https://github.com/tokens-bruecke/figma-plugin/issues/7 Same issue in the plugin I currently use and wanted to remove from the workflow by using directly figma API.

A mode can exist only in one collection and collection-mode can be mixed to compose the final result. Example : Primitive (Theme1, Theme2), Variant (Light, Dark) would result in 4...

I know the issue on DTCG group is still under discussion. I uses modes for theming but some are using them for variant like phone/desktop sizes. > But we could,...

Is there a way to disable those messages ?