Cherif Bouchelaghem

Results 23 issues of Cherif Bouchelaghem

I want to use Scenario Outline with multiple examples table but it runs the last examples table only, here is an example ``` gherkin Feature: testing scenarios with multiple examples...

Feature
Next Major

The issue was originally reported by @bmomberger-bitovi on slack: ``` I was tinkering with canjs/canjs on my day off and I noticed that there were a few duplicated packages in...

Added release handle module to scripts folder to automate the releases using GitHub API.

`Kefir.emitterProperty` function is undefined when `can-kefir` is imported with tree shaking: ``` import {Kefir} from "can" Kefir.emitterProperty(); // -> undefined "emitterProperty" error ```

p2

https://canjs.com/doc/can-observable-object/object.static.props.html#staticprops__PROPERTIES_

documentation

Replaces `ViewModel` wording by `Observable Properties` on guides. Fixes #5427

> The issue was a comment by @bmomberger-bitovi in a [PR](https://github.com/canjs/canjs/pull/5425#pullrequestreview-318614032) Some docs where we should change the `ViewModel` terminology to `Observable Properties`: https://github.com/canjs/canjs/blame/obserbale-properties-update-debugging-guid/docs/can-guides/introduction/technical.md#L716 (and other references to view models...

documentation
p3

I think it would be nice to add how to setup canjs application with [parclejs](https://parceljs.org/) bundler to the [setup](https://canjs.com/doc/guides/setup.html) guide. This requires writing a parceljs transfromer for `can-stache` first.

documentation
proposal

Make sure that the styles are applied in signature section, for now the old styles are applied like in the screenshot

website