周子豪, Zhou Robot ZiHao

Results 53 issues of 周子豪, Zhou Robot ZiHao

``` Updating crates.io index Updating git repository `https://github.com/obsgolem/bevy_mod_raycast` error: failed to select a version for `web-sys`. ... required by package `wgpu v0.12.0` ... which satisfies dependency `wgpu = "^0.12.0"` of...

这里看到 raven 基本比较类似 node的npm. 但是我觉得应该 支持像npm 一样直接通过 git地址直接安装 之后在后面加上一定的参数。 这样有两个好处。 1. 方便开发者本地测试库的行为。当然这里指的是复杂的调用。当然如果分离模块后进行测试,是不需要 用户在raven install 一次再测试的。 但是实际业务代码中很有可能出现了,写好了觉得没有问题后已经发生问题的情况。(当然 如果有一种 类似maven安装 可以本地mvn install 就安装到本地的方法就更好了。) 2. 不需要用户 过分依赖官方库。这样其实是更加自由的。应该让他们按照raven的标准去开发和使用,但是不用为他们写的“垃圾”代码买单。 我是说:允许他们畅通无阻的使用 raven 官方的库,只要慢慢的审核他们的提交请求就好了。 我看了项目的源码。希望支持这一特性,但是我并不清楚您是否认同上面的观点和特性。所以并没有开始添加功能的工作。我发现这里的代码 ![image](https://user-images.githubusercontent.com/12131877/58413302-07322300-80ab-11e9-8f60-b662b6af80f8.png) 中...

code is like; ```js const options = { text: true } pdf2html.pages('m.pdf',options,(err, htmlPages) => { if (err) { console.error('Conversion error: ' + err) } else { console.log(htmlPages) } }) ```...

![image](https://github.com/fabmax/physx-jni/assets/12131877/df2e07d8-13be-489d-98bf-9e846ffdccb2) de.fabmax physx-jni 2.3.1 And I am not find any pom like physx-jni-natives-macos

Maybe this issue is not about minkrift~~ I just find your world look good with using of imdnoise::NoiseBuilder::ridge_2d_offset I also use it to build a world but it looks like...

https://crates.io/search?q=POSIX

- 将mal提取出来单独的cargo包 - 实现方法注册的更好的接口 - load_file 加载一个默认地址 - 应该有包管理工具! - 应该更好的组织代码,让给mal开发rust扩展的人可以轻易的获取到env上下文。

discuss

- Extracting mal from a separate cargo package - A better interface for method registration - load_file loads a default address. - There should be packet management tools! - The...

discuss

# [增强] 更好的命令行提示 lisp 中使用了大量的括号,在命令行输入的时候换行不应该直接进行,应该保证括号成对出现。 # [Enhanced] Better command line prompts lisp uses a lot of parentheses, and line feeds should not be done directly during command line input, but...