Martijn Jacobs

Results 53 comments of Martijn Jacobs

The same behaviour occurs with the build in `pdb`, so it is not specifically related to `ipdb`. When coverage reports with `pytest-coverage` are disabled, the issue doesn''t occur.

~~I see now when I import the `property-directive` directly that this doesn't work~~ ```javascript import 'slim-js/property-directive' ``` ~~Could it be that I need a newer version of Node (I have...

So two things I figured out: - The `.who` attribute should contain an expression, not a static value (so something like `{{this.getSomething()}}`) - The `PluginRegistry` applies the property directive and...

I use webpack 5 with `@babel/preset-env`, so that could indeed be the case. However, as stated above, the `'slim-js/property-directive` is called before the constructor, so that would not make a...

`The property simply executes the content of the expression every time a detected (and relevant) change occurs, and updates the property on the target element.` Yes and this is a...

Before anything else: Thank you for answering this (and thanks for this awesome framework too!!) So, to rule out any webpack or transpiling, a pure browser version: ```html Properties with...

Interestingly enough, the test in https://github.com/slimjs/slim.js/pull/112/commits/f5b5fbf5c30e85e38a7cb508683a9264cc72ec4a is passing, so in the JSDOM browser, the constructor is called _before_ the directive is handling the property.

Hee @mikedingjan 😄 This PR looks promising, especially with the possibility for snippet translations as well. Would be an extra reason to use `wagtailtrans` in a project. A scan trough...

I understand. Could you explain what you expect for documentation and I’ll see what I can do!

@slipsnip The CLI is not usable yet as callable python module. See also https://github.com/encode/apistar/pull/666