![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
eclipsefdn-solstice-assets
Advanced tools
Assets for the Eclipse Foundation look and feel called Solstice.
Program | Version |
---|---|
node.js | 18.13.0 |
npm | 8.19 |
Install dependencies, build assets and watch for changes:
yarn && yarn run drupal && yarn run watch
Solstice uses ESLint and Prettier to enforce Airbnb's JS style guide.
At the moment we need to run ESLint manually via the following command:
yarn run eslint path/to/file/or/dir
This will list out the lines of code which do not conform to the style guide.
Run the following to automatically fix errors:
yarn run eslint path/to/file/or/dir --fix
Note that this does not fix all of the errors.
Some ESLint errors must be fixed manually: https://eslint.org/docs/latest/rules/
Make sure to require ./node_modules/eclipsefdn-solstice-assets/webpack-solstice-assets.mix.js in you webpack.mix.js to load our default configurations. You are likely to run into issues building your project without it.
You also need to call mix.EclipseFdnSolsticeAssets()
to load them.
require('./node_modules/eclipsefdn-solstice-assets/webpack-solstice-assets.mix.js');
let mix = require('laravel-mix');
mix.EclipseFdnSolsticeAssets();
We strongly recommend adding the following to your project package.json file in order to support IE11. However, we plan to drop IE11 support on June 15, 2022.
"browserslist": "last 5 version, > 0.2%, not dead, IE 11"
For more information, you can take a look at the browserslist module. Note that some version of babel does not support loading the config from package.json. To address this, we recommend creating a file named babel.config.json
and copy the following content in that file:
{
"extends": "./node_modules/eclipsefdn-solstice-assets/babel.config.json"
}
git clone https://gitlab.eclipse.org/[your_gitlab_username]/solstice-assets.git
git checkout -b my-new-feature
yarn storybook
if applicable*git commit -m 'Add some feature' -s
git push origin my-new-feature
* You may want to use Storybook to manually test your changes if they affect base styles or a widget.
If you are creating a new widget, consider creating a new story for it!
Read more about Storybook here.
Have a bug or a feature request? Please search for existing and closed issues. If your problem or idea is not addressed yet, please open a new issue.
Christopher Guindon (Eclipse Foundation)
Eric Poirier (Eclipse Foundation)
We transpile our code via the Babel plugin to ensure compatibility with older browsers where possible using polyfills. We target support for the latest 5 versions of the following browsers:
In addition, we also support the following browser versions:
In development, we test in modern browsers to ensure the general use-case is met and make best efforts to fix any issues that arise with supported browsers.
Copyright 2018-2023 the Eclipse Foundation, Inc. and the solstice-assets authors. Code released under the Eclipse Public License Version 2.0 (EPL-2.0).
FAQs
Solstice is a responsive look and feel for eclipse.org.
We found that eclipsefdn-solstice-assets demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.