I hereby claim:
- I am ogtega on github.
- I am ogtega (https://keybase.io/ogtega) on keybase.
- I have a public key ASDgQeVQa4ezUEI4d1EHU58VrfrDgvMqWs04HtzdZ5KgFgo
To claim this, I am signing this object:
import SwiftUI | |
struct ComboBox<Content, T>: View where Content: View, T: Hashable { | |
let hint: String | |
@Binding var text: String | |
@Binding var items: [T] | |
var filter: ((T) -> Bool)? = nil | |
var padding: EdgeInsets = EdgeInsets( | |
top: 0, leading: 0, bottom: 0, trailing: 0) |
/* | |
* This file was generated by the Gradle 'init' task. | |
* | |
* This generated file contains a sample Java application project to get you started. | |
* For more details on building Java & JVM projects, please refer to https://docs.gradle.org/8.11.1/userguide/building_java_projects.html in the Gradle documentation. | |
*/ | |
plugins { | |
// Apply the application plugin to add support for building a CLI application in Java. | |
id 'application' |
from typing import Any, Callable, Coroutine | |
import aio_pika | |
from aiormq.abc import ConfirmationFrameType | |
from aio_pika.abc import ( | |
AbstractIncomingMessage, | |
AbstractConnection, | |
AbstractChannel, |
def startup(): | |
def decorator(func: typing.Callable): | |
if __name__ == "__main__": | |
if asyncio.iscoroutinefunction(func): | |
asyncio.run(func()) | |
else: | |
func() | |
return func | |
return decorator |
I hereby claim:
To claim this, I am signing this object: