Elise Chant

Results 33 issues of Elise Chant

I want to be able to add additional parameters to the route configuration objects so that I can access the route scope at Page level. I want to do this...

It would be great if you could document information about spritesheet characteristics and specifications that this library requires. I am looking at the mummy.png file and comparing it to my...

# Bug Report - [x] I’ve read and understood the [Contributing guidelines](https://github.com/govau/design-system-components/blob/master/CONTRIBUTING.md) and have done my best effort to follow them. - [x] I’ve read and agree to the [Code...

In addition to being a library that supports legacy browsers as well as modern ones, I would like to be able to use FileDrop as a library that supports only...

question

Implement autolinking so users don't need to run `react native link` for this dependency. From RN CLI: ``` $ react-native run-ios error React Native CLI uses autolinking for native dependencies,...

Given a resource with the following format: ``` var connection = {id:1, messages_id:[1,2,3]}; var messages = [ {id:1, description: 'messagecontent'}, {id:2, description: 'second messagecontent'}, {id:3, description: 'third messagecontent'} ]; ```...

documentation
help wanted

1. It would be helpful to clarify what is the point of this repo? Is it for documenting high level concepts or for building a design system in code? 2....

We've captured some really great info there! Good stuff. 1. An overview would be good that explains simply why this is important. 2. In terms of this document's context in...

``` ~/Sites/thinkmill/monorepo-starter-2(master) » yarn test elisechant@Elises-MacBook-Pro yarn run v1.21.1 $ jest /bin/sh: jest: command not found error Command failed with exit code 127. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this...

Running `yarn release` on a newly cloned repo fails: ``` ~/Sites/thinkmill/monorepo-starter-2(master) » yarn release elisechant@Elises-MacBook-Pro yarn run v1.21.1 $ yarn build && changeset publish $ preconstruct build 🎁 info building...