CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
typing
09-15
Software engineering
Python typing: how to define a function or method?
09-05
database
Create a type with same keys as an Enum but each key has a different value
09-05
other
Why doesn't parameter type "Dict[str, Union[str, int]]" accept value of type "Di
08-24
Software engineering
How to do typing in django model field?
08-22
OS
Subclass not valid as input to list of Superclass / type hinting in python
08-18
Back-end
How to access nested type of: K extends keyof T, T[K], e.g. T[K]["someSubField"]
08-08
Back-end
How to define an array type in TypeScript which enforces more than one element of a given type?
08-06
database
How to trim all string properties of a class instance?
07-27
Back-end
How would you type hint Dict in Python with constant form but multiple types?
07-22
database
Correct way to hint that a class is implementing a Protocol?
07-20
Software engineering
Merge value types of tuple of objects in TypeScript
07-19
database
Merge fields of variadic tuple in TypeScript
07-17
Back-end
Type declaration of a generic `map` function in TypeScript
07-13
Software design
Best way to avoid mypy error when None is a possible result
06-14
Blockchain
Difference between a DynamicMessage and a typed Message
06-10
Net
Typescript - Convert "object with promises as properties"-Type to "object with resolv
06-10
Net
Typescript - Convert "object with promises as properties"-Type to "object with resolv
06-07
OS
How to restrict a generic type in a vector so that it can be converted to f32?
05-23
Enterprise
Typescript itterate through typescript object : interface but keep typing
05-16
front end
How to annotate function that returns its argument
05-05
OS
Create a global function like jest does
05-04
Enterprise
Is there a Pythonic way to type a function parameter to a specific django model object?
05-02
front end
Python typing function needs called
04-29
Back-end
How to specialize a class in Python (typing generics)
04-04
front end
Python Typing - Return generic protocol as self
04-02
Net
Casting of generic type does not compile
03-27
Software design
TypeScript typing for function that transforms an object whose values are functions?
03-25
Mobile
Cant push to UnionType array
03-16
other
In Typescript should I have a separate type for representing a returned record from the DB and the s
03-15
Enterprise
How can I to get subclass return types when calling functions defined on the base class?
03-15
Enterprise
Python: Typing a lambda function for use with sorted
03-07
front end
Accessing TypeScript Optional Object Properties With a String
03-02
Software engineering
Python Typing - Specify type for specific index in list
02-22
front end
How to add type annotation to abstract classmethod constructor?
02-13
Back-end
Storing different types in a single Hashmap
02-11
other
Typing: Inferred type too general during class inheritance
01-02
front end
How to strongly type an event emitter such that the handler's parameter type is inferred from t
12-29
Blockchain
How can I mark the return type of a method based on the type of an argument in the object's con
12-20
Enterprise
Pydantic constr vs Field args
12-20
Software engineering
Type checking Python method with multiple possible inputs
57
1
2
Next
Last
Links:
CodePudding