René Jochum
René Jochum
Please note that you need a later version of protoc as well, i use the following Dockerfile for a start: ```Dockerfile FROM golang:1.19 # Install packages RUN apt-get update &&...
There's not enough Information to help you out.
combineReducers.ts: ```typescript import { AnyAction, ReducersMapObject } from "redux"; import Immutable from "immutable"; import { getUnexpectedInvocationParameterMessage } from "./utilities"; export default ( reducers: ReducersMapObject, getDefaultState: () => S ): ((inputState:...
Hi @hchicken, this is very brief, you need other method's in the client than "POST" can you give an usecase? Thanks, René
I've made: - [TheForgeCMakeTemplate](https://github.com/jochumdev/TheForgeCMakeTemplate) - [TheForgeCMake](https://github.com/jochumdev/TheForgeCMake) TheForgeCMake reflect's the UbuntuCodeLite/*.project files.
Thank you for filling out the form and providing an example @capsiamese This happens because go-micro uses "codecs/jsonpb" as codec for json what you already found out, I think it's...
Try to set: ``` # You need this in single mode REPLICAONSLAVE="no" OPLOG="no" ``` That fixed it for me.
I found a way to get this working: ```python import asyncio import asyncpg import japronto async def connect_db_pool(app): asyncio.set_event_loop(app.loop) db_pool = await asyncpg.create_pool( host='HOST', database='DB', user='USER', password='PASSWORD', ) app.extend_request(lambda x:...
We don't support v3 sorry.
https://github.com/jo-micro/auth2 https://github.com/jo-micro/router Are changes to make Auth work in go-micro. Else you might wait for go-orb to be done.