EECOLOR/css-modules-loader-core 1
A loader-agnostic CSS Modules implementation, based on PostCSS
A small wrapper around spray http
Information about API best practices
Automatically exported from code.google.com/p/as3httpclient
Automatically exported from code.google.com/p/as3mp3streamplayer
:tropical_fish: Babel is a compiler for writing next generation JavaScript.
An sbt test framework that runs tests in browsers
Website for the exercism CLI documentation.
The repository for high quality TypeScript type definitions.
created tagkaliberjs/build
Zero configuration, modern, opinionated build tools
created time in 2 days
push eventkaliberjs/build
commit sha 3dcd276571ecae6a574c3b0807771b1bbadabc04
v0.0.112
push time in 2 days
push eventkaliberjs/build
commit sha 1633b1ff4406d801e4148eda34f9eba723b63aef
Fix mjs imports
commit sha d346e1660a84cbc9095be397f6294d6d2167b940
Merge pull request #215 from kaliberjs/fix-mjs-imports Fix mjs imports
push time in 2 days
issue closedPanXProject/awesome-certificates
Just saw this video!!
https://youtu.be/TG7Rz3P5kZo
closed time in 7 days
mrunankpawarpull request commentkaliberjs/forms
Add example to showcase usage with Firebase
Nice, dat ziet er netjes uit! Hoe gaan we alleen nog om met het checken of het bestand een virus bevat? Is of versie 2.0?
comment created time in 7 days
pull request commentkaliberjs/build
Wat kan ik nog doen om te zorgen dat we deze kunnen merge? Ik zou er graag mee willen werken in een project
comment created time in 8 days
issue openedPanXProject/awesome-certificates
Ideas to grow awesome certificates?
Awesome certificates inspired by the awesome list had a good start this year thanks to the great community ❤️ 25+ new free certificates were added within 15 days🎉!
I'd love to hear your thoughts on how else we could grow this project? Would there be any interest in starting a discord/slack chat channel? Maybe a blog highlighting cool certificates? an Email newsletter? or Twitter account? Would you follow it?
I'm open for ideas. No idea is too weird or crazy.
created time in 9 days
push eventPanXProject/awesome-certificates
commit sha 19604f0b2ca870329b5bb91e9ee6a4ba86e2ddde
Added 13 certificates from MongoDB
push time in 10 days
push eventPanXProject/awesome-certificates
commit sha dc1ce46b505db07dcaa6adb7e765780f3febdafe
Added 11 Certificates from HackerRank C#, Java, JavaScript, R, Python, REST API, Angular, React, Node.js, Problem Solving 1 & 2.
push time in 10 days
created repositorykaliberjs/theming
Helps you declare nestable Theme components and provides hook to make your components adapt to them.
created time in 13 days
push eventkaliberjs/math
commit sha ad08d18c77892a5c8b06f610c6b6d678bc723260
Remove the example folder
commit sha d6271f6cfd9cb52b706aef043a9339f237479c75
Remove the hello file, in favor of the actual math fns
commit sha 2cfc5bfaae9a175545d6e41941e53dd672c1e8f0
Update package.json
commit sha 69c02d0de64c2c1ffc22147d53d4b37e3f89bc60
Add documentation!
commit sha 1c92ae377ddf323ecdc707fc95f12b76e06473cc
Update readme.md Co-authored-by: EECOLOR <[email protected]>
commit sha 5da905a2689c9c796862d6e6db905c6dc7b9599a
Update readme.md Co-authored-by: EECOLOR <[email protected]>
commit sha 75726cc2166fb151a3d83b1c08a2bb79e2756139
Update example showing lerp/unlerp are exact opposites
commit sha f5b5135f2f6eb2e0045c5aad8fd445968770b4fc
Elaborate the input description
commit sha 89479d1481b1b824c38ecc1d6267804a8c43d26c
Merge pull request #1 from kaliberjs/init Init
push time in 13 days
PR merged kaliberjs/math
Math! Ik heb gekozen om voor alle functies als de input prop naam gelijk te trekken. Dat is nu overal input. Qua naam voor normalize heb ik gekozen voor unlerp, dat laat ook goed het verband met lerp zien. In de documentatie gaat het nog over genormaliseerde values, maar dat is wat mij betreft in deze context ook gepast.
pr closed time in 13 days
push eventkaliberjs/math
commit sha f5b5135f2f6eb2e0045c5aad8fd445968770b4fc
Elaborate the input description
push time in 13 days
push eventkaliberjs/math
commit sha 75726cc2166fb151a3d83b1c08a2bb79e2756139
Update example showing lerp/unlerp are exact opposites
push time in 13 days
push eventkaliberjs/math
commit sha 5da905a2689c9c796862d6e6db905c6dc7b9599a
Update readme.md Co-authored-by: EECOLOR <[email protected]>
push time in 13 days
push eventkaliberjs/math
commit sha 1c92ae377ddf323ecdc707fc95f12b76e06473cc
Update readme.md Co-authored-by: EECOLOR <[email protected]>
push time in 13 days
issue closedkaliberjs/build
I know this is a weird and probably not that stable solution but i found it fun to get it working. A few days ago I found this package that looks simple and stable enough to give it a try. But it requires the server side code to be generated and be available as a file. But i can not figure out how to force the buildtool to generate these files next to the client side code and save it in a folder.
What i would like to accomplish is having the following structure work ‘src/includes/components/dropdown/dropdown.ssr.js’
Will result into
kaliberjs/includes/components/dropdown/dropdown.phpkaliberjs/includes/components/dropdown/dropdown-client.jskaliberjs/includes/components/dropdown/dropdown-server.js
// dropdown.php
use Spatie\Ssr\Renderer;
use Spatie\Ssr\Engines\V8;
$engine = new V8();
$renderer = new Renderer($engine);
echo $renderer
->entry('${pathToGeneratedServerFile}')
->render();
// dropdown-server.js
/* global context, dispatch */
import Dropdown from './dropdown';
import React from 'react';
import ReactDOMServer from 'react-dom/server';
const html = ReactDOMServer.renderToString(
<App />
);
dispatch(html)
https://github.com/spatie/server-side-rendering https://github.com/spatie/laravel-server-side-rendering
closed time in 15 days
larsvankleefpush eventkaliberjs/use-is-mounted-ref
commit sha f5ea2b25897924f9be56d1eb7338e2efe479ca3f
v1.0.0
commit sha 12eaeb555d85b99bfe0eba643b873f34d77533d6
improve example
commit sha 5f424d0e90596ad39c34c6eb6ae6f09f13173fae
v1.0.1
commit sha 920da48477d8e5afde03aac07f29e5695835c74b
Merge remote-tracking branch 'origin/initial'
push time in 16 days
delete branch kaliberjs/use-is-mounted-ref
delete branch : dependabot/npm_and_yarn/example/acorn-6.4.1
delete time in 16 days
PR closed kaliberjs/use-is-mounted-ref
Bumps acorn from 6.4.0 to 6.4.1. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/acornjs/acorn/commit/9a2e9b6678e243d66846b91179d650d28453e70c"><code>9a2e9b6</code></a> Mark version 6.4.1</li> <li><a href="https://github.com/acornjs/acorn/commit/90a9548ea0ce351b54f956e2c4ed27cca9631284"><code>90a9548</code></a> More rigorously check surrogate pairs in regexp validator</li> <li>See full diff in <a href="https://github.com/acornjs/acorn/compare/6.4.0...6.4.1">compare view</a></li> </ul> </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
</details>
pr closed time in 16 days
pull request commentkaliberjs/use-is-mounted-ref
Bump acorn from 6.4.0 to 6.4.1 in /example
Looks like acorn is up-to-date now, so this is no longer needed.
comment created time in 16 days
push eventkaliberjs/use-is-mounted-ref
commit sha a55a0707b56c963aeecac41a4bc2ce530006ce40
Udpate dependencies
push time in 16 days
push eventkaliberjs/use-is-mounted-ref
commit sha 8b29cc890739a4c8eaeb624a94bf9d9888c38b0f
Add React import
push time in 16 days
delete branch kaliberjs/use-render-on-mount
delete branch : dependabot/npm_and_yarn/example/acorn-6.4.1
delete time in 16 days