Sergey Todyshev

Results 27 comments of Sergey Todyshev

BTW I've made [this PR](https://github.com/bramp/js-sequence-diagrams/pull/146) to make [js-sequence-diagrams](https://github.com/bramp/js-sequence-diagrams) webpack-friendly.

@adrai I've sent PR #71. What do you think about if I revise build scripts just using webpack without using grunt at all and add npm scripts to package.json?

Thank you, but I'm afraid that I will not have enough time as usual. webpack and eslint helps me to quickly made PR #71, but I don't know this code...

@adoconnection thanks for clarifications. Checked that `@using` works. Note `@inherites` cannot be used for classes without parameterless constructor. So `@model` would be nice to support (e.g. just ignore it on...

@adoconnection it can be a documented limitation/behavior. `@model` is for VS intellisense wheen `@inherits` is not applicable

@bramp this PR is ready to merge, please consider to merge it and publish the package on npm.

@wollnyst thanks for tip about dev-mode, fixed!

FYI I've started a PR #146 that could help to solve this issue.

i've got this error when running `cargo check --target wasm32-unknown-unknown`: ``` failed to resolve: use of undeclared type or module `futures_timer` --> /Users/admin/.cargo/registry/src/github.com-1ecc6299db9ec823/async-std-1.6.2/src/utils.rs:84:29 | 84 | pub(crate) struct Timer(futures_timer::Delay); |...

@maciejhirsz i've just tried to parse "x" identifier, but got `Error` token. I am using latest version `0.11.4`. if needed I can make a repo with repro