-
### Description
We need to record the necessary timeslice metrics from otel server spans.
-
注册中心是nacos,然后webframework是goframe,并且orm使用的是goframe自带的orm,远程调用有grpc和类似openfeign的ghttp
-
## Summary
Allow developers to set the `default` response for OpenAPI operations with the `Produces()` family of extensions methods from `Microsoft.AspNetCore.OpenApi` to achieve parity with MVC's …
-
Looking at the server code, it seems that a big part of it (handling connections, encryption, reading from sockets) could be removed if you would use a web framework (such as rocket or actix).
This c…
-
At the moment, Herald is squarely a Django package. However, there may be some benefit in making it less dependent on Django specifically and more dependent on having specific components that adhere t…
-
I get an error in Cloud Build for last "Deploy" step:
# Deploy
- name: 'gcr.io/cloudfirebaseauthmydemo/firebase'
args: ['deploy', '--project=cloudfirebaseauthmydemo', '--only=hosting']
The e…
-
I'm able to deploy my NextJS app directly (`firebase deploy`), however when I deploy via a PR or Merge action I get an error.
My repo is structured like so (the next app is in /frontend)
- firebas…
-
I'm getting this error in the `Deploying to production site` group
### Action config
```yaml
"on":
push:
branches:
- yaman/workflow
jobs:
build_and_preview:
runs-o…
-
### Action config
```
# This file was auto-generated by the Firebase CLI
# https://github.com/firebase/firebase-tools
name: Deploy to Firebase Hosting on merge
'on':
push:
branches:
…
-
I have a Next.js page hosted on firebase. It has one SSR page that loads firebase admin SDK as
```
export const getServerSideProps: GetServerSideProps = async ({..}) => {
console.log("Init Fireba…