Marco Pfeiffer
Marco Pfeiffer
The project I made this package for is too outdated for cordova and my newest project doesn't use translations yet. I only know that the test succeed and they require...
I really dislike using `` for that. To get the confirm modal to behave similarly, i need to: - basically copy https://github.com/ant-design/ant-design/blob/4.24.3/components/modal/ConfirmDialog.tsx - then copy parts of https://github.com/ant-design/ant-design/blob/4.24.3/components/modal/confirm.tsx - and...
Just an idea: Is it possible to fake such elements? Having a `` which is an unresolved element which happens to be styled using css to look like a divider.
I'm likely late, but If you are using the multithreaded build, it has problems with running the filters multithreaded. You can disable it with: ``` params.push('-filter_threads', '1'); params.push('-filter_complex_threads', '1'); ```
I totally agree! But I found no package for persistent storage on atmosphere which allows for server and client access. This is mandatory for me, as it would also solve...
If you need a quick solution, you could simply use [a cookie package](https://atmospherejs.com/package/cookie) and save it yourself on the client when the user selects one. Then (after meteor startup) you...
You should be able to use the raw output method of blaze, eg: `{{{trans "user_area.message.greeting" name="world"}}}`. Haven't tested it right now but it should work. This package returns strings. What...
After some thought, i think i could add more functionality for that case. The problem with printing it unescaped is that variables you pass aren't escaped too. My current idea...
I there a concrete use case for this? I think of the `css-gradients` warning (that I actually caused but meh...) but I wouldn't remove iOS and Safari to my partial...
> only interested in knowing which properties are not supported at all in the browsers And that is the difficult part. The css features aren't specific enough to tell you...