xpol
xpol
现在的界面是这样的: 由于窗口宽度问题,Pac,Routing等tab被折叠。 改进可能一:减小图标,并且在图标在独立的一行,这样避免折叠: 改进可能二:像新版Mac风格一样,把导航放到界面右边:
https://github.com/Yonaba/Jumper/blob/master/jumper/core/lookuptable.lua#L1 ``` lua local addNode(self, node, nextNode, ed) ``` did you mean ``` lua local function addNode(self, node, nextNode, ed) ```
### Is there an existing issue for this? - [X] I have searched the existing issues ### Summary Add environment variables for GraphQL: - in the GraphQL endpoint - In...
Can I read *.lep files directly into pixels array without restore them back to jpg files? Any examples?
It similar to #682, but this time I'm thing of using luvit for server side not game client side. Image if I have setup a luarocks with luajit on my...
When my luvit app crashes, it reports full path of lua files. When the path is too long to display, it was truncated with ... This is not friendly for...
`top` should be always zero, should not calculated from the `width` of slide. https://github.com/Wlada/vue-carousel-3d/blob/ef9f1e4e510b78db7d7ed467dc160d155b82ce2f/src/Slide.vue#L96
https://github.com/Wlada/vue-carousel-3d/blob/ef9f1e4e510b78db7d7ed467dc160d155b82ce2f/src/Carousel3d.vue#L399
I have project that create with `cocos` command. And I don't want other developers and CI engines to download the whole large cocos2d-x project. I want to build my game...