Skip to content

issues Search Results · repo:thi-ng/umbrella language:TypeScript

Filter by

279 results
 (67 ms)

279 results

inthi-ng/umbrella (press backspace or delete to remove)

The for condition i-- start can be replaced with i-- start + 1 . https://github.com/thi-ng/umbrella/blob/d392887448f1dab65d1ebe8a9d4431e50aa284fd/packages/arrays/src/shuffle.ts#L32
  • usumerican
  • 4
  • Opened 
    on Jan 15
  • #495

Hi :) in ramp.ts, the timeIndex function uses binary search to find the time index when number stops 256 (https://github.com/thi-ng/umbrella/blob/34ac95538d96f046090fef5fd3a1dc36d54663d5/packages/ramp/src/ramp.ts#L163) ...
  • robertoranon
  • 4
  • Opened 
    on Dec 13, 2024
  • #494

The current memoize functions cache raw Promises without evaluating them. This is an issue, because I do not want to cache rejected Promises. Reproduction: import { memoizeO } from @thi.ng/memoize ...
  • HitomiTenshi
  • 2
  • Opened 
    on Oct 15, 2024
  • #493

Hi @postspectacular , I have a list of steps with each step having a list of IHiccupShape2 that can be selected and then drawn into a svg canvas. A shape can be selected and should be filled in blue if ...
  • arnaudchenyensu
  • 4
  • Opened 
    on Aug 19, 2024
  • #491

Consider this example: console.log([...iterator( multiplex( comp( take(2), map((t) = a + t), ), comp( take(3), map((t) = b + t), ) ), range(0, 4) )]) ...
  • nonphoto
  • 8
  • Opened 
    on Aug 18, 2024
  • #490

Context Over the years there has been (infrequent, but repeated) criticism about some of the package sizes and implicitly about the number of dependencies of such packages. Only a very small number of ...
  • postspectacular
  • 1
  • Opened 
    on Jul 20, 2024
  • #486

Hi, Thanks for the bencode library! The following code crashes with not a function or its return value is not iterable : import { encode as bencodeEncode, } from @thi.ng/bencode ; bencodeEncode({ ...
  • quyse
  • 3
  • Opened 
    on Jul 20, 2024
  • #485

export const generateKSUID = async (prefix: string) = { const ksuidModule = await import( @thi.ng/ksuid/ulid ); const { ULID } = ksuidModule; const ksuid = new ULID(); return `${prefix}_${ksuid.next()}`; ...
  • Mitul-Webelight
  • 1
  • Opened 
    on Jul 15, 2024
  • #482

Just wondering why this code example (or the GPGPU class in general) has been removed from the current build: https://github.com/thi-ng/umbrella/blob/161b4f8afaef0df742a8e2c7776993b828662589/examples/webgl-gpgpu-basics/src/index.ts ...
  • dleeftink
  • 7
  • Opened 
    on Jul 9, 2024
  • #478

https://github.com/thi-ng/umbrella/assets/42169423/d887122f-e34e-4555-b044-84a956a66144 // DropDown import { $replace } from @thi.ng/rdom import { fromViewUnsafe } from @thi.ng/rstream import { states$, ...
  • bit-app-3000
  • 16
  • Opened 
    on Jun 25, 2024
  • #477
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub