-
Updated
Jul 8, 2022 - Go
#
typesafe
Here are 182 public repositories matching this topic...
The Functional toolkit for Kotlin HTTP applications. http4k provides a simple and uniform way to serve, consume, and test HTTP services.
-
Updated
Jul 8, 2022 - Kotlin
crdoconnor
commented
Oct 7, 2018
Similar to the Email validator.
Type safe SQL builder with code generation and automatic query result data mapping
mysql
golang
postgres
sql
database
code-generator
sqlite
postgresql
mariadb
sql-query
codegenerator
typesafe
sql-builder
datamapper
code-completion
sql-queries
cockroachdb
sql-query-builder
sqlbuilder
typesafety
-
Updated
Jun 6, 2022 - Go
The Chaos Programming Language
programming-language
functional
chaos
immutability
procedural
typesafe
cyclomatic-complexity
chaos-language
-
Updated
Oct 24, 2021 - C
A Type Safe Vuex Module or Store Using ES6 Classes and ES7 Decorators written in TypeScript.
typescript
vuex
es7-decorators
typesafe
vuex-store
vuex-class
vuex-modules
vuex-typescript
typesafe-vuex
vuex-ts
vuex-class-component
vue-state-manager
vuex-manager
-
Updated
Apr 28, 2022 - TypeScript
A declarative type-safe framework for building fast and flexible list with Tables & Collection
-
Updated
Apr 30, 2019 - Swift
javascript
npm
c-plus-plus
package
cmake
typescript
webpack
modern
cpp
glue
webassembly
wasm
starter
tests
emscripten
typesafe
asmjs
declarations
embind
-
Updated
Mar 26, 2022 - TypeScript
Type-safe TypeScript units of measure 👷 📏
-
Updated
Jun 22, 2022 - TypeScript
A typesafe validation & parsing library for TypeScript. It's pretty fast!
-
Updated
Jun 2, 2022 - TypeScript
go
golang
ioc
service
healthcheck
container
injection
dependency-graph
generics
typesafe
injector
di
lifecycle
invoke
dependency
graceful-shutdown
provide
-
Updated
Jun 25, 2022 - Go
An opinionated framework for building long-lived, maintainable UI codebases
-
Updated
Nov 27, 2018 - TypeScript
Modern webserver in Haskell: Graphql + Postgresql + Authentication + DB migration + Dotenv and more
graphql
haskell
jwt
database
web
stack
webserver
postgresql
scotty
migration
graphql-server
typesafe
jwt-authentication
graphql-api
morpheus
opaleye
webserver-setup
dbmate
stack-haskell
-
Updated
Jul 30, 2020 - Haskell
Boilerplate-free, type-safe access to configuration properties in Java and Scala
-
Updated
Jul 5, 2022 - Scala
hendrikniemann
commented
Sep 22, 2020
The implementation seems to think that fragments are operations:
Operation name is required for queries with multiple operations.
But this query should be fine:
{
search {
__typename
...TodoFrag
...UserFrag
}
}
fragment TodoFrag on Todo {
id
title
}
fragment UserFrag on User {
id
name
}
bug
Something isn't working
help wanted
Extra attention is needed
good first issue
Good for newcomers
Utility functions to help facilitate type-safe routing with react-router
-
Updated
Jun 22, 2022 - TypeScript
Typesafe cross-platform pubsub event bus ensuring reliable communication between fragments and micro frontends.
-
Updated
Jun 10, 2022 - TypeScript
Type-safe dimensional analysis and unit conversion in Kotlin.
-
Updated
Jan 19, 2021 - Kotlin
A typesafe websocket client-server framework which thins the borders between clients and servers.
-
Updated
May 25, 2021 - TypeScript
vitaliihonta
commented
Feb 1, 2019
Allow trembita integration with grafana and prometheus for monitoring pipeline performance and visualisation of pipeline itself
100% typesafe SQL querybuilder.
-
Updated
Jun 24, 2021 - TypeScript
eruizalo
commented
Jun 24, 2022
Look into the following functions if they already are in doric or we have to add them:
- def typedlit[T : TypeTag](literal: T): Column
- def count_distinct(expr: Column, exprs: Column*): Column
- def product(e: Column): Column
- def sum_distinct(e: Column): Column
✅ covered in #123 - def lag(e: Column, offset: Int, defaultValue: Any, ignoreNulls: Boolean): Column
- [ ]
enhancement
New feature or request
good first issue
Good for newcomers
spark_3.2
PR changes to spark 3.2
API
Improve this page
Add a description, image, and links to the typesafe topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the typesafe topic, visit your repo's landing page and select "manage topics."
I think it would be handy if Undux used
React.forwardRef()to make sure that any refs attached to components created usingwithStoregot attached to the wrapped component instead of the wrapper itself. Thoughts?