Farid Zakaria

Results 58 issues of Farid Zakaria

DESCRIPTION oneAPI Threading Building Blocks (oneTBB) oneTBB is a flexible C++ library that simplifies the work of adding parallelism to complex applications, even if you are not a threading expert....

I am seeing a bunch of failures with a recent version of libdwarf ``` In file included from third_party/backward-cpp/suicide.cc:38: bazel-out/k8-dbg/bin/external/backward-cpp/_virtual_includes/backward-cpp/backward/backward.hpp:2252:12: error: no matching function for call to 'dwarf_finish' return dwarf_finish(dwarf,...

I have a schema that uses numbers for a column (actually it's a boolean 1 or 0 but SQLite doesn't have Boolean). I can't seem to get the facet to...

Hi! I am trying to use py-spy on my project [sqlelf](https://github.com/fzakaria/sqlelf). It's failing to generate native stack traces through with the `--native` flag turned on. I enabled logging and see...

Hi @karpathy ! I'm not expecting you to merge this (although I'd very much welcome it!) -- but I wanted to contribute publicly work myself and @alexander-shaposhnikov have done to...

Hi! I noticed our github cache action has begun to take a considerably much longer time; what tools are there available to try and investigate this? For instance here are...

Please let me know if you all appreciate these code improvements as I scan the code. I am reading the code for `repair.py` and I believe it would be simpler...

Hello! I am trying to build the repository but facing an issue with the libc_mapping.c file ``` FAILED: CMakeFiles/sloader.dir/libc_mapping.cc.o /usr/bin/c++ -DC10_USE_GLOG=1 -DGLOG_CUSTOM_PREFIX_SUPPORT -I/usr/local/google/home/fmzakari/code/github.com/akawashiro/sloader/build/glog -I/usr/local/google/home/fmzakari/code/github.com/akawashiro/sloader/build/glog/src -I/usr/local/google/home/fmzakari/code/github.com/akawashiro/sloader/raw_write -O2 -g -DNDEBUG -std=gnu++20 -Wall...

This issue adds support necessary to tackle https://github.com/bazelbuild/bazel-central-registry/issues/1566 Add two new attributes to http_archive: remote_file_urls and remote_file_integrity. The purpose of these two attributes is to allow files to effectively be...

team-ExternalDeps
awaiting-PR-merge

### Description of the bug: _all_urls_ includes the _remote_patch_ URL key for http_archive. This value is passed to downlolad_and_extract which is a bug. This means that if the original URLs...

type: bug
P2
team-ExternalDeps