Teemu Tammi

Results 4 issues of Teemu Tammi

This code does not work: ``` find_package(Boost COMPONENTS chrono program_options system filesystem thread date_time regex serialization REQUIRED) find_package(PCL 1.7 REQUIRED) ``` This works: ``` find_package(PCL 1.7 REQUIRED) find_package(Boost COMPONENTS chrono...

kind: bug
module: cmake
skill: cmake
kind: todo

SIOClient::connect(std::string uri) returns a pointer to a "global" client by calling SIOClientRegistry::instance()->getClient(fullpath). If a client to a specific URI already exists, SIOClient::connect returns a pointer to the existing client. If...

HLC requires bit operations on 64-bit numbers but bit operations in JavaScript are limited to 32 bit ([source: Numbers in Dart](https://dart.dev/guides/language/numbers)) which causes incorrect behavior of the HLC. This PR...

# Bug report - [x] I confirm this is a bug with Supabase, not with my own application. - [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and...

bug