Kevin Phillips

Results 16 issues of Kevin Phillips

I was following https://stealjs.com/docs/StealJS.guides.boolean_conditional_loading.html#use-steal-conditional-boolean-syntax, but I wanted to set up `steal-conditional` only for a certain `env`, like: ```json "envs": { "test": { "configDependencies": [ "./node_modules/steal-conditional/conditional.js" ] } } ``` This...

enhancement
configuration

We should create a guide on https://storybook.js.org/docs/guides/ for using Storybook for CanJS. It might be as simple as https://storybook.js.org/docs/guides/guide-html/ with a script tag for loading CanJS. There are other examples...

documentation

When changes are merged to master, I would like to: - Automatically run the correct `npm version` script (based on [CanJS’s versioning guidelines](https://canjs.com/doc/guides/contributing/releases.html#ReleasingtheCanJSmainproject)) - Run the [generate-release-notes](https://github.com/canjs/canjs/blob/master/generate-release-notes.js) script - Create...

I would like the [generate-release-notes](https://github.com/canjs/canjs/blob/master/generate-release-notes.js) script to be able to take a template so that the output can be easily customized. Running the current script looks like this: ``` node...

During user testing, users did not find the `can-type` APIs intuitive. They wanted the available types to be present on the `type` export. One tried `type.Array`, another tried using `type.Integer`,...

6.1

Twice in the past couple weeks, CanJS users have asked how to send multipart form data with CanJS (can-connect and can-ajax): https://bitovi-community.slack.com/archives/CFC80DU5B/p1568332822004000 https://bitovi-community.slack.com/archives/CFC22NZ8A/p1568663390001200 We should determine the best way to...

documentation
community

This issue encompasses a few different issues designed to make it easier to work with types in CanJS6+. - [Make it possible for type functions to modify other type functions](https://github.com/canjs/can-type/issues/27)...

As discussed on the [3/3/2018 Contributor's Meeting](https://youtu.be/Z3CV0zmMFoE?t=23m53s), I'd like to find a way to speed up the demos on canjs.com. Right now, pages with lots of demos load a lot...

As originally discussed in the [Working With Forms Guide](https://github.com/canjs/canjs/issues/3708) proposal, we should add examples for how to create and update data to https://canjs.com/doc/guides/forms.html#Workingwithrelateddata.

documentation
help wanted

I think we should create a base class for creating Custom Elements to handle routing. This will build on top of `StacheDefineElement` and will automatically build out the `view` based...