Ole Bjørn Michelsen

Results 25 comments of Ole Bjørn Michelsen

Would like this too, just adding another syntax that is almost similar for completeness: ```js export default class MyComponent extends React.Component { static propTypes = { children: PropTypes.node.isRequired, } ```

Just hit the same problem going from ruby sass 3.4.19 to node-sass. The problem is [this line](https://github.com/geddski/csstyle/blob/master/csstyle.scss#L50): ``` $optionIndex: str-index(#{&}, "." + $csstyle-option-symbol); ``` Because `#{&}` is interpolated it outputs...

What is the purpose of this rewrite? Is is solving a bug or improving functionality in some way?

I'm not aware of any limitations to the size of what you copy to the clipboard (except for actual memory limitations in the system). Which error are you getting?

I am using standard [UMD](https://github.com/umdjs/umd) which should be compatible with both CJS (node/electron) as well as requirejs and normal browser loading. If angular is not available before this module is...

Hmm, without a broken example I can't really guess at what's going wrong for you. The angular-clipboard directive has it's own scope, so the inner functions should be "safe" from...

Thanks for the examples. I tried changing some code, but I can't see any reason why it don't work in the custom modal. I do have to click twice to...

Hey, sorry for the late response. I like your idea and implementation. Would you mind working to get tests added/fixed for this? Otherwise I will try and copy it to...

Unfortunately I think this is out of our control. We simply don't get any information back from the browser regarding this. Please create a PR if you can get it...

Hey, sounds nice, do you have an example or some code I can see?