This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"envoy-gateway-system": { | |
"envoy-default-apps-f15e2297-9bd78cd9c-86l8k": { | |
"configs": [ | |
{ | |
"@type": "type.googleapis.com/envoy.admin.v3.BootstrapConfigDump", | |
"bootstrap": { | |
"admin": { | |
"accessLog": [ | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[2024-03-13 09:03:02.952][1][warning][main] [source/server/server.cc:910] There is no configured limit to the number of allowed active downstream connections. Configure a limit in `envoy.resource_monitors.downstream_connections` resource monitor. | |
[2024-03-13 09:03:21.307][20][critical][assert] [source/extensions/filters/http/oauth2/oauth_client.cc:141] panic: Malformed oauth client state | |
[2024-03-13 09:03:21.307][20][critical][backtrace] [./source/server/backtrace.h:104] Caught Aborted, suspect faulting address 0xfffc00000001 | |
[2024-03-13 09:03:21.307][20][critical][backtrace] [./source/server/backtrace.h:91] Backtrace (use tools/stack_decode.py to get line numbers): | |
[2024-03-13 09:03:21.307][20][critical][backtrace] [./source/server/backtrace.h:92] Envoy version: 2092d65bd4d476be8235ea541e5d25c096b513e6/1.29.2/Clean/RELEASE/BoringSSL | |
[2024-03-13 09:03:21.307][20][critical][backtrace] [./source/server/backtrace.h:98] #0: [0x733eaaf0c050] | |
[2024-03-13 09:03:21.307][20][critical][backtrace] [./source/server/backt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { app } from 'hyperapp'; | |
import h from 'hyperapp-jsx-pragma'; | |
const AddTodo = (state) => ({ | |
...state, | |
value: "", | |
todos: state.todos.concat(state.value), | |
}) | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import "fmt" | |
type event int | |
const ( | |
push event = iota | |
coin event = iota | |
) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
type Foo interface { | |
GetA() int | |
} | |
type Bar interface { | |
GetA() int | |
GetB() string | |
} | |
type lol struct { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fn main() { | |
let mut post = Post::new(); | |
post.add_text("This is a draft tweet"); | |
println!("printable content: {}", post.content()); | |
post.request_review(); | |
println!("printable content: {}", post.content()); | |
post.approve(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
use std::cell::RefCell; | |
fn main() { | |
let mut post = Post::new(); | |
post.add_text("This is a draft tweet"); | |
println!("printable content: {}", post.content()); | |
post.request_review(); | |
println!("printable content: {}", post.content()); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am mt-inside on github. | |
* I am mt (https://keybase.io/mt) on keybase. | |
* I have a public key ASA1Y4DRsZ5Wsj13354U10bKkQ8OmULNTJRQgWA7cqN-bQo | |
To claim this, I am signing this object: |