1
Fork 0
Commit graph

129 commits

Author SHA1 Message Date
prescientmoon b6de2eb08b
Add 2024-05-12 04:04:42 +02:00
prescientmoon 7908f1221e
Add typescript/multiplayer-backend 2024-03-04 17:12:50 +01:00
prescientmoon 73b742dd80
Add typescript/og-website 2024-03-04 16:31:07 +01:00
prescientmoon c25290b680
typescript(og-website): Replace discord cdn wallpaper with original url
Signed-off-by: prescientmoon <git@moonythm.dev>
2024-03-04 16:28:04 +01:00
prescientmoon 3b1596a730
Add typescript/monadic 2024-03-04 16:19:23 +01:00
prescientmoon 0b8aed1bed
Add typescript/pleix-frontend 2024-03-04 16:15:49 +01:00
prescientmoon 41d4b10b29
Add typescript/option 2024-03-04 15:04:52 +01:00
Matei Adriel 26be488d70 Add lunardash 2023-10-29 02:29:24 +02:00
Matei Adriel 5317e1a48e Add wave38 2023-10-29 02:26:18 +02:00
dependabot[bot] 6364c15d4a
typescript(monadic): chore(deps): bump ws from 5.2.2 to 5.2.3
typescript(monadic):
typescript(monadic): Bumps [ws](https://github.com/websockets/ws) from 5.2.2 to 5.2.3.
typescript(monadic): - [Release notes](https://github.com/websockets/ws/releases)
typescript(monadic): - [Commits](https://github.com/websockets/ws/compare/5.2.2...5.2.3)
typescript(monadic):
typescript(monadic): ---
typescript(monadic): updated-dependencies:
typescript(monadic): - dependency-name: ws
typescript(monadic):   dependency-type: indirect
typescript(monadic): ...
typescript(monadic):
typescript(monadic): Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: prescientmoon <git@moonythm.dev>
2021-08-12 13:21:48 +00:00
dependabot[bot] 8058ec030f
typescript(monadic): chore(deps): bump path-parse from 1.0.6 to 1.0.7
typescript(monadic):
typescript(monadic): Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
typescript(monadic): - [Release notes](https://github.com/jbgutierrez/path-parse/releases)
typescript(monadic): - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)
typescript(monadic):
typescript(monadic): ---
typescript(monadic): updated-dependencies:
typescript(monadic): - dependency-name: path-parse
typescript(monadic):   dependency-type: indirect
typescript(monadic): ...
typescript(monadic):
typescript(monadic): Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: prescientmoon <git@moonythm.dev>
2021-08-12 10:37:51 +00:00
Matei Adriel 19bde440ce
typescript(monadic): docs: small tutorial
Signed-off-by: prescientmoon <git@moonythm.dev>
2020-05-12 15:55:32 +03:00
Matei Adriel 17f813ea0c
typescript(monadic): feat: working event raising
Signed-off-by: prescientmoon <git@moonythm.dev>
2020-05-12 14:24:14 +03:00
Matei Adriel 5a1e511a6d
typescript(monadic): feat: component builders
Signed-off-by: prescientmoon <git@moonythm.dev>
2020-05-12 12:34:14 +03:00
Matei Adriel 9e3da82f0d
typescript(monadic): feat: basics of outputs
Signed-off-by: prescientmoon <git@moonythm.dev>
2020-05-12 10:45:48 +03:00
Matei Adriel 9e6c150e5f
typescript(monadic): feat: rewrote everything I think
Signed-off-by: prescientmoon <git@moonythm.dev>
2020-05-12 01:15:49 +03:00
Matei Adriel db5b68592c
typescript(monadic): refactor: moved the component stuff in a new file
Signed-off-by: prescientmoon <git@moonythm.dev>
2020-04-24 17:03:32 +03:00
Matei Adriel 4ef6660fce
typescript(monadic): chore: removed the cache I accidentaly included
Signed-off-by: prescientmoon <git@moonythm.dev>
2020-04-24 17:01:40 +03:00
Matei Adriel fd81cf068e
typescript(monadic): feat: basic stuff
Signed-off-by: prescientmoon <git@moonythm.dev>
2020-04-24 17:00:36 +03:00
Matei Adriel 7bdf572b2d
typescript(monadic): chore: initial commit
Signed-off-by: prescientmoon <git@moonythm.dev>
2020-04-24 15:44:12 +03:00
Matei Adriel 4ef32c05c3
typescript(option): fix: fixed declaration containnig a bunch of anys
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-27 13:28:42 +02:00
Matei Adriel dd0c29a340
typescript(option): build: removed unused variables from rollup config
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-26 18:17:29 +02:00
Matei Adriel b02a3f887f
typescript(option): build: edited the rollup config to read paths from package.json and show the filesize of the esm bundle
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-26 18:13:37 +02:00
Matei Adriel 63ce76a552
typescript(option): fix: fixed lib not beeing tree-shakeable
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-26 17:19:26 +02:00
Matei Adriel 0fd6baac81
typescript(option): chore: updated readme
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-26 17:07:40 +02:00
Matei Adriel 457f1ee53e
typescript(option): feat: added the 'combine' helper
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-26 17:05:16 +02:00
Matei Adriel 08b28804e0
typescript(option): feat: added the 'values' helper
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-26 16:53:20 +02:00
Matei Adriel bf3fc154e3
typescript(option): test: refactored tests to use alwaysX instead of constantly(x)
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-26 16:37:04 +02:00
Matei Adriel ab5e468375
typescript(option): feat: added the 'unpack' helper
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-26 16:36:05 +02:00
Matei Adriel cd5dc00dbd
typescript(option): docs: fixed all the comments where I called Option Maybe and None Nothing
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-26 16:28:38 +02:00
Matei Adriel 09a788f8ff
typescript(option): fix: fixed withDefaultLazy not being exported
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-26 16:23:59 +02:00
Matei Adriel 69dcaa5e91
typescript(option): refactor: refactored everything to use unwrap instead of match
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-26 16:22:10 +02:00
Matei Adriel 6dc868c5fb
typescript(option): feat: added the 'withDefaultLazy' helper
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-26 16:16:09 +02:00
Matei Adriel 6f36c3d826
typescript(option): test: wrote tests for the 'withDefault' helper
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-26 16:04:36 +02:00
Matei Adriel 089ba6148f
typescript(option): docs: wrote docs for the 'withDefault' helper
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-26 16:04:09 +02:00
Matei Adriel 668c33b9fb
typescript(option): feat: added the 'unwrap' helper
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-26 15:52:15 +02:00
Matei Adriel 5ea670e3b9
typescript(option): chore: updated tags
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-25 17:05:11 +02:00
Matei Adriel 1d2e49fb02
typescript(option): chore: proper capitalisation for typescript
typescript(option):
typescript(option): BlueGhost told me I'm supposed to write TypeScript, not typescript, so here I am making a commit for modifying 4 characters =)

Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-25 16:52:20 +02:00
Matei Adriel 0350517b71
typescript(option): build: fixed rollup not reading tsconfig.json while emiting the declarations
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-25 16:33:05 +02:00
Matei Adriel 664a46319d
typescript(option): chore: updated readme
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-25 16:25:30 +02:00
Matei Adriel 470574fdad
typescript(option): feat: added the 'oneOf' helper
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-25 16:09:18 +02:00
Matei Adriel 6a8191cc34
typescript(option): feat: added the 'orLazy' helper
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-25 15:51:56 +02:00
Matei Adriel a525a46bca
typescript(option): feat: added a first helper
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-25 15:40:47 +02:00
Matei Adriel 9989591593
typescript(option): feat: added an or helper
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-25 15:31:43 +02:00
Matei Adriel cd4aba143c
typescript(option): feat: added an optionify helper
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-25 15:17:22 +02:00
Matei Adriel aade2d23d7
typescript(option): test: wrote tests for isSome
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-25 15:07:04 +02:00
Matei Adriel a649904d4e
typescript(option): test: wrote tests for isNone
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-25 15:06:19 +02:00
Matei Adriel 941263e82b
typescript(option): test: wrote tests for get
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-25 15:04:23 +02:00
Matei Adriel e241784601
typescript(option): test: wrote tests for flat
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-25 15:01:44 +02:00
Matei Adriel f8e501b876
typescript(option): test: wrote tests for filter
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-25 14:58:29 +02:00