Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Demo of using Nuxt 3 with GitHub authentication and creating issues with real-time updates.
See it live on https://discuss.atinux.com
Make sure to install the dependencies
yarn install
And copy the .env.example
to .env
cp .env.example .env
Create a GitHub OAuth application and make sure to set:
Fill your .env
with GITHUB_CLIENT_ID
and GITHUB_CLIENT_SECRET
variables .
This add the live events when issues are created or updated.
Fill the ISSUES_SSE_URL
variable in the .env
with it.
Url should be similar to http://sdk.m.pipedream.net/pipelines/[YOUR WORKFLOW ID]/sse
Start the development server on http://localhost:3000
yarn dev
Build the application for production:
yarn build
Checkout the deployment documentation.
FAQs
Atinux CLI
The npm package atinux receives a total of 0 weekly downloads. As such, atinux popularity was classified as not popular.
We found that atinux demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.