Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/samchon/tstl

TypeScript-STL (Standard Template Library, migrated from C++)
https://github.com/samchon/tstl

Tsconfig target ES2020

nguyenhothanhtam0709 opened this issue 5 months ago
Adjust prettier

samchon opened this pull request 9 months ago
Publish both CJS and ESM

samchon opened this pull request 9 months ago
Compatible with https://esm.sh

samchon opened this pull request 9 months ago
Fix #111 - mistyped README

samchon opened this pull request over 1 year ago
Typo in the README.md

susurri opened this issue over 1 year ago
Fix default arguments for minmax functions

zakuroishikuro opened this pull request about 2 years ago
Close #108 - revert both CSM and ESM support

samchon opened this pull request about 2 years ago
Revert both cjs and esm modules support

samchon opened this issue about 2 years ago
Complement #102 - `d.mts` files

samchon opened this pull request about 2 years ago
Complement #102 - edit mjs files

samchon opened this pull request about 2 years ago
Close #104 - adjust prettier

samchon opened this pull request about 2 years ago
Adjust prettier

samchon opened this issue about 2 years ago
Close #102 - support both CommonJS and EsModule

samchon opened this pull request about 2 years ago
Support both CommonJS and EsModule

samchon opened this issue about 2 years ago
Close #99 and Close #100

samchon opened this pull request over 2 years ago
Add new method, `VariadicMutableSingleton.clear()`

samchon opened this issue over 2 years ago
Add new feature, `MutableSingleton.clear()`

samchon opened this issue over 2 years ago
Close #97

samchon opened this pull request over 2 years ago
New method, `UniqueMap.take()`

samchon opened this issue over 2 years ago
Bug when running the `npm run module` command

samchon opened this issue almost 3 years ago
Close #94

samchon opened this pull request almost 3 years ago
Implement `TimedSingleton` and `VaradicTimedSingleton` classes

samchon opened this issue almost 3 years ago
Error on `MutableSingleton.is_loaded()`

samchon opened this issue about 3 years ago
Implement `VariadicSingleton` and `VariadicMutableSingleton`

samchon opened this issue over 3 years ago
Rename ordinary `Singleton` to `MutableSingleton`

samchon opened this issue over 3 years ago
Add a new method `Singleton.get()`

samchon opened this issue over 3 years ago
Is this Possible to add debuge veiwer feature?

jiaqiwang969 opened this issue over 3 years ago
how to find the nearest entry in treemap?

guotie opened this issue over 3 years ago
Singleton with lazy constructor parameters

samchon opened this issue over 3 years ago
Add is_unique() and ranges.is_unique()

samchon opened this issue over 3 years ago
Add Singleton.is_loaded() method

samchon opened this issue almost 4 years ago
Improve performance of HashBuckets using bit operation

samchon opened this issue about 4 years ago
Refactor containers like ASTL

samchon opened this issue about 4 years ago
Dissolve src directory to the root directory

samchon opened this issue about 4 years ago
Introduce ASTL in the README

samchon opened this issue about 4 years ago
Wrong codes on HashBuckets.reserve() and HashBuckets.insert()

samchon opened this issue about 4 years ago
Change all the let symbols to be const if possible

samchon opened this issue about 4 years ago
C++20 has been approved

samchon opened this issue over 4 years ago
Support deno and register tstl to the deno.land/x

samchon opened this issue over 4 years ago
Test whether all of the features are exported without any omission.

samchon opened this issue over 4 years ago
Update devDepdencies to follow the latest versions

samchon opened this issue over 4 years ago
New extension: mutex-server

samchon opened this issue over 4 years ago
Support default import statement

samchon opened this issue over 4 years ago
API Docs - thread module

samchon opened this issue over 4 years ago
Integrate tstl-singleton into thread module

samchon opened this issue over 4 years ago
it seems that Semaphore try_acquire_for has some bug

chacent opened this issue over 4 years ago
Semaphore.get_lockable() needs to be static method

samchon opened this issue over 4 years ago
Find a way to publishing npm module with ts files

samchon opened this issue over 4 years ago
@packageDocumentation for typedoc

samchon opened this issue over 4 years ago
std.hash function returns negative value

samchon opened this issue over 4 years ago
Change hash function to allow undefined and null arguments.

samchon opened this issue over 4 years ago
@internal tag is not working

samchon opened this issue almost 5 years ago
Compiled files not to be placed on the root directory

samchon opened this issue almost 5 years ago
Should be compatible with non "commonjs" mode compilation

samchon opened this issue almost 5 years ago
Review C++20 N4849 draft

samchon opened this issue almost 5 years ago
Adapt ts-node in test automation program

samchon opened this issue almost 5 years ago
Deprecate snake notated class aliases

samchon opened this issue almost 5 years ago
Separate some features from base to internal

samchon opened this issue almost 5 years ago
Improve ForwardList.clear()

samchon opened this issue about 5 years ago
Semaphore throws mis-described exceptions

samchon opened this issue about 5 years ago
List.end().value should throw an out_of_range error

samchon opened this issue about 5 years ago
Test automation program spends too much time

samchon opened this issue about 5 years ago
Activating Open Collective

monkeywithacupcake opened this pull request about 5 years ago
Add sponsor button

samchon opened this issue about 5 years ago
Exception classes to have each file

samchon opened this issue about 5 years ago
Truncate std.Entry

samchon opened this issue about 5 years ago
ranges

samchon opened this issue about 5 years ago
Provide Vector.wrap() or something similar

samchon opened this issue over 5 years ago
Deque.insert() should not use Deque.swap() directly

samchon opened this issue over 5 years ago
UniqueLock.lock & SharedLock.lock are dangerous

samchon opened this issue over 5 years ago
Error on HashSet & HashMap when range insertions

samchon opened this issue over 5 years ago
Error on tree containers inserting element with hint iterator

bpinzone opened this issue over 5 years ago
_Get_iterator_type() methods are not required more

samchon opened this issue over 5 years ago
Detailed exception messages are required.

samchon opened this issue over 5 years ago
Error on List.insert for erased iterator

samchon opened this issue over 5 years ago
Error on SharedMutex & SharedTimedMutex

samchon opened this issue over 5 years ago
Exception.toJSON()

samchon opened this issue over 5 years ago
Error on is_sorted & is_sorted_until

samchon opened this issue over 5 years ago
Semaphore

samchon opened this issue over 5 years ago
Flat containers (flat_set & flat_map)

samchon opened this issue almost 6 years ago
Filename typo fix

LukasPukenis opened this pull request almost 6 years ago
Strict Mode

samchon opened this issue almost 6 years ago
Add license scan report and status

fossabot opened this pull request almost 6 years ago
Improve PriorityQueue to use the exact heap algorithm

samchon opened this issue about 6 years ago
ConditionVariable.wait with predicator

samchon opened this issue about 6 years ago
ReverseIterator.prev() does not point the previous iterator.

samchon opened this issue about 6 years ago
API generation method is required

samchon opened this issue about 6 years ago
Vector.insert() with Vector.end() returns mis-pointed iterator.

samchon opened this issue about 6 years ago
Poplar heap is probably not what you want

Morwenn opened this issue about 6 years ago
TGrid - Network & Thread Extension

samchon opened this issue about 6 years ago
erase() & erase_if()

samchon opened this issue about 6 years ago
set_terminate does not work.

samchon opened this issue about 6 years ago
is_node() returns contrary value in NodeJS with bundler.

samchon opened this issue about 6 years ago
shift_left() & shift_right()

samchon opened this issue about 6 years ago
<exception> classes must return their exact name.

samchon opened this issue about 6 years ago
unique_lock & shared_lock

samchon opened this issue about 6 years ago
latch & barrier

samchon opened this issue about 6 years ago
Error: `get_uid()` does not work in the Shared Worker

samchon opened this issue about 6 years ago
ERROR in node_modules/tstl/base/containers/MapContainer.d.ts

AirLancer opened this issue over 6 years ago