Alper Cugun

Results 80 issues of Alper Cugun

I just ran into this trying to figure out the equivalent to `git revert`. Turns out that backout is deprecated and revert does not have the same defaults.

I don't know which of these tokens is required and which isn't: ``` CLIENT_ID CLIENT_SECRET= SIGNING_SECRET= VERIFICATION_TOKEN= APP_LEVEL_TOKEN= BOT_USER_OAUTH_TOKEN= ``` Don't you think this is a bit ridiculous? The documentation...

question
docs
auto-triage-skip

### Which package(s) are affected? Lit Core (lit / lit-html / lit-element / reactive-element) ### Description What is this supposed to be? Even text selection is disabled? https://github.com/user-attachments/assets/b80634b7-3dbc-4662-909d-50da0c23d189 My question...

I'd like to be able to filter issues not on label but on creator/assignee. This is for a team based project board in a larger monorepo context. We are not...

So the cli won't start if the token is not read-only, but when you give it a read-only token it then dies with this message: ``` updater | remote: Write...

I'm not sure what is the matter, but I have a `.envrc` in a folder. If I go into a child folder of that folder, I expect direnv to traverse...

I have this router setup: ``` Router::new() .merge(admin::router()) .route_layer(login_required!(Backend, login_url = "/login")) .merge(public::router()) .merge(auth::router()) ``` Trying to add `route_with_tsr` to the routes in two of the routers creates this error...