juhyun seo
juhyun seo
**Describe the bug** ``` // app.js app.use("/api/admin", adminRouter); // router.js const adminJs = new AdminJS({ rootPath: "/api/admin", .... }); export const adminRouter = AdminJSExpress.buildAuthenticatedRouter(adminJs, { authenticate: (email, password) => {...
I want to change the dashboard like this, what should I do? And I think the slack link is wrong.
Do you have any plans to add progress?
``` public func stopAnimating() { isAnimating = false syLayer.startAnimating() } ``` - Is not syLar.stopAnimating? animtation repeatedly.
[ const prices = [buy_price, buy_price, ...sell_prices];](https://github.com/mikebryant/ac-nh-turnip-prices/blob/f30e1e751e7395ffb5b577164250a1c7590a20c1/js/scripts.js#L157) I have a question. Why are you going in here twice?
- proto3 - python `protoc -I=$SRC_DIR --python_out=$DST_DIR $SRC_DIR/addressbook.proto` If the protoc command is executed according to the protobuf guide, the `addressbook_pb2.py` file is created. I want to get comment information...
**Describe the bug** If there are two or more nested messages in a .proto file, the information of those messages is not visible in the Datahub UI. **Expected behavior** -...
**Describe the bug** If I run a `jar` file with `v0.10.3` or later, an error occurs. ```Bash Exception in thread "main" java.lang.NoSuchMethodError: 'datahub.shaded.jackson.core.JsonFactory datahub.shaded.jackson.core.JsonFactory.setStreamReadConstraints(datahub.shaded.jackson.core.StreamReadConstraints)' ``` However, I run it with...
Only the protobuf-0.12 jar file was available, and the protobuf-0.13 jar file was not uploaded.
Hi, When running `Proto2DataHub.main()` with IntelliJ, the following error occurs. jdk17 environment. ``` Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/hc/client5/http/HttpRequestRetryStrategy at datahub.protobuf.Proto2DataHub.main(Proto2DataHub.java:311) Caused by: java.lang.ClassNotFoundException: org.apache.hc.client5.http.HttpRequestRetryStrategy at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641) at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188) at...