Taisuke Fujita

Results 14 comments of Taisuke Fujita

I am facing the same problem ``` go: finding github.com/golangci/tools v0.0.0-20180902102414-2cefd77fef9b go: github.com/golangci/[email protected]: unknown revision 2cefd77fef9b go: error loading module requirements ```

I sent a pull request. Please validate it. https://github.com/wesovilabs/koazee/pull/55

I created some sample programs that runs Rust SGX SDK here. https://github.com/glassonion1/rust-101/tree/main/sgx-sdk

My sample programs run on Intel Mac except remote attestation and mutual-ra. But I don't know if it works on M1 Mac.

Thanks for the pull request. I have a question. It seemed that the SetContextConfig function was only used in the test. Are you aware that ContextConfig will only be used...

I suggest changing the method name from {severity}Structured to {severity}. Like this: ``` func Debug(ctx context.Context, payload ...interface{}) { // do something... } ``` I felt that I didn't need...

> AttributeError: 'list' object has no attribute 'to_dict' How to solve this mistake, please I got the same error. this is workaround below. ```python def agg_categorical_column(series): # workearound here series.astype('category')...

@megascrapper I hava same issue on gatsby-plugin-netlify-cms version: 7.11.0 When I upgraded gatsby-plugin-netlify-cms to version 7.12.0, the errors disappeared. My setup is below: Netlify CMS version: 2.15.72 React version: 18.2.0...

@peterblazejewicz I wasn't sure how to use export =, so I made several commits, but I only fixed the part you pointed out. If you could just review the final...