carbotaniuman

Results 28 comments of carbotaniuman

``` ERROR in C:/Users/quydx/WebstormProjects/frontend - Copy/node_modules/@baklavajs/plugin-options-vue/dist/baklavajs-plugin-options-vue/src/BaseNumericOption.d.ts(1,21): 1:21 Cannot find module 'vue-property-decorator'. > 1 | import { Vue } from "vue-property-decorator"; | ^ 2 | import { INodeOption } from "../../baklavajs-core/types";...

Got it. I'm putting this here because I think it's related to the Webpack build changes. Before 1.5.x, I could do `import { INodeOption } from '@baklavajs/core/dist/types'; ` to import...

Is there any hope for this getting merged? Would love to do modular inverses on bigint.

Sorry, I was mistaken when I created this issue. I'm looking for a masking conversion to u64 where you discard the high bits.

The adversarial proc-macro can already hide unsafe code currently though, so we're no better off, and I given that some proc macros do legitimately use unsafe code that should be...

I was mainly addressing macro expansion for things like the old proposal for cxx or stuff wrapping unsafe operations like `pin_mut`, not to protect against stuff like plutonium (which I...

Where would this to? Static IP is really the way forward for coprocessors.

I'm mainly thinking about it in the context of writing SQL queries, having a variable that only allows for query (SQL) operations would be nice, but I haven't looked into...

@vincentlauvlwj I looked at the code, and refactoring Ktorm to have a `ReadOnlySqlType` and a `SqlType` looks like it would work. Would you take that PR?

@PeterJohnson Disposition to close - won't fix.