efokschaner
efokschaner
I ran in to something possibly similar when we implemented "packages" support. See "Inter-package references" in https://github.com/TypeStrong/typedoc/pull/1567#issue-613031115 I wondered if declaration maps could solve this (https://www.typescriptlang.org/tsconfig#declarationMap) I think that's how...
I'd like to +1 this suggestion, and ask for a built-in option to use safety-db, as it allows external sources of build failure to be managed with dependabot like other...
Given that I removed mutable_default_args this might work after https://github.com/danielgtaylor/python-betterproto/pull/311 @TamirFriedman-RecoLabs if you want to try the efokschaner:methods-take-messages branch to find out it would help.
If I made a pr for https://github.com/danielgtaylor/python-betterproto/issues/287 is there a chance it could make it in to 2.0 ?
I've made a version of this PR which uses `importlib.resources` as suggested https://github.com/pyupio/safety-db/pull/2351 Let's get `import safety_db` working again!
@yeisonvargasf would you happen to be the right person with whom to discuss how to get this fix merged? I'd appreciate your input.
Thanks @yeisonvargasf , I'll take a look at the approach that supports 3.6 then!
Still scratching my head over why that last line would be an error. Pity, as it seems quite natural.
Does this have the same issues you described? https://stackoverflow.com/a/32494175
I never got my head around TS namespaces. I've mainly only had bad experiences with them. In this case anyway, can a namespace double as a class? Because the outer...