Elias Thompson
Elias Thompson
Related to the topic but not related to the issue of wrapping resolved styles in a className: In our code base we're destructuring the `resolve` import from styled-jsx/css (`import {...
Basically what I came up with after some Googling and looking at how Mongol now uses reactive dictionaries is this: ``` Package['meteortoys:toykit'].MeteorToysDict.set('JetSetter', [ 'some', 'session', 'names', 'go', 'here']); ``` Some...
An addition bit of info that I just noticed remembered: When JetSetter does show only the specified sessions successfully, this shows up in the console: 
Looks like this was fixed with 0.4.4. Thanks!
Actually gonna reopen this since it looks like we still can't use them in Jade conditionals. For example: ``` if countArray (listResults _id) ``` ... returns nothing but errors: ```...
Update: Appears to only fail if the last character in the line is a closing parenthesis. While the above expression does not work, the one below does. ``` if countArray...
Another update. Because of the exception I found above, if you have a statement that ends with a subexpression, just passing null after it should make it work. ``` if...
Still getting this as of Aug '23, any plans to address this?
Don't know if this is still actively being explored, but this issue definitely gets a +1 from me.
+1 to this issue, would love to use this package but this is blocking for esm packages that want to use the custom config options. It seems that [this line](https://github.com/ramasilveyra/gitpkg/blob/4cfc6894ddbc109b1e6c3be84f0ecfe39b08c31f/src/tasks/Task/read-config.js#L43)...