Jack Tang

Results 40 issues of Jack Tang

The api can only fetch personal activity data and can't fetch the org repo (say https://github.com/balanced), so that we can't draw the org's heatmap :(

Hello! The document on docker image is outdated? I copy the code of Dockerfile (https://github.com/code-saturne/code_saturne/wiki/Code_Saturne-in-a-Docker-container#create-a-container-based-on-the-development-version-of-code_saturne=) and build the image, and it failed. The error is ``` Removing intermediate container 618fd6847a14...

Hello, I am going to evaluate some frameworks on feature engineering automation. And I read some notebooks on featuretools. I am really attracted by the entityset concept. And here are...

new feature

Two models named "Post" and "Comment", and I want to build RESTful route like `/post/123/comment/8` and `CommentsController` handles all RESTful actions. I have read http://javalite.io/routing and tried ``` route("/posts/{post_id}/comments/*").to(CommentsController.class); ```...

Hi, I find the `vitesse-webext` project contains only one `index.global.js` under `contentScripts`. If I want to keep contentScript individual, what should I do? There are some build configs in `vite.config.content.ts`...

Hello, I am learning pyDMD by reading the notebook tutorial, and in [tutorial-10-paramdmd](https://github.com/mathLab/PyDMD/blob/master/tutorials/tutorial10/tutorial-10-paramdmd.ipynb) I am confused with `pdmd.parameters = testing_params` and the `pdmd.predict(X)`. Anyone can explain the differences? Thanks!

* 组件: ScrollBoard * 版本: 1.2.5 * 场景: rowNum:10 但是实际数据只有5条(不足10条都可以) * 错误: ``` Uncaught TypeError: resume is not a function at handleHover (index.js:381) at onMouseEnter (index.js:522) at HTMLUnknownElement.callCallback (react-dom.development.js:188) at...

Hi, I want to save/load the surrogate model using JLD2 and BSON, and find the packages can only serialize objects rather than function. So if I load the saved model,...

I cloned https://github.com/electron-react-boilerplate/electron-react-boilerplate on the ubuntu `16` and installed `wine` and `mono` as https://www.electron.build/multi-platform-build suggested. And finally it failed and the error ``` [1] yarn build-renderer exited with code 0...

The `status` item indicates I am available for the new job opportunity or not . And the `expects` item means what jobs I am going to look for. It should...

Idea