-
With the following workflow:
```
name: Android CI
on:
push:
branches: [ "pinch_zoom" ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
…
-
I'm working on a Ruby app, deployed to Google Cloud Functions, that uses PubSub simply to publish messages to a topic. On cold start (the first request to the function), it of course must create a Pub…
-
**Describe the bug**
When using pdb.set_trace(), Python-PDB automatically raise BdbQuit when meet the breakpoint.
It occurs with gauge 1.5.6, and does not occur with 1.5.5
- OS: MacOS 14.0 Sonoma
…
-
### Description
pod install not working and it fails at Installing glog (0.3.5)
my podfile is
```
# Resolve react_native_pods.rb with node to allow for hoisting
require Pod::Executable.execu…
-
# Go SDK roadmap v1.0.0
## Better performance API
- **Add concrete Transaction/Span types**
This will allow us to better distinguish between transactions and spans, allowing for stricter typing …
-
Analyzing dependencies
――― MARKDOWN TEMPLATE ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
### Command
```
/opt/homebrew/Cellar/cocoapods/1.12.1/libexec/bin/pod install
```
…
-
This is a follow-up to https://github.com/getsentry/sentry/issues/59501, which described the initial normalization problem, to keep track of the points raised there not handled by https://github.com/g…
-
## 🐶 Brief
At the moment, all intercepted HTTP/HTTPS through Proxyman will be downgraded to HTTP/1.1. We should support HTTP/2 too and implement the HTTP/2 parser correctly.
## 👑 Criteria
- [x] S…
-
**Description**
I have been trying to build Triton Core from source in Windows 10 using these commands as mentioned in the README file for Triton Core at https://github.com/triton-inference-server/co…
-
StatusException and StatusRuntimeException are not serializable due to containing a Status object (which makes no attempt to be serializable) with no special handling.
Here's a snippet from the excep…