-
# 🚀 feature request
### Relevant Rules
Gazelle Plugin
### Description
There are two issues I'm running into:
1) Some of my binaries need to use `py_image` rather than `py_binary` but gaze…
-
The DB needs the following:
1. A store for known color definitions
2. A store for outpoints and their color definition/color values. For any given color, we should have the entire subgraph of outpoint…
-
@revel/core What do you think about organizing the go files in the root directory into sub-packages?
I tried simply moving them into sub-folders, but in order for them to share the `revel` package th…
-
Reproducer
```julia
using DifferentialEquations, IterativeSolvers, LinearSolve
function lorenz!(du,u,p,t)
du[1] = 10.0*(u[2]-u[1])
du[2] = u[1]*(28.0-u[3]) - u[2]
du[3] = u[1]*u[2]…
-
### Package name
python-mycli
### Brief description of package
A command line client for MySQL that can do auto-completion and syntax highlighting.
### URL for package's homepage
https://pypi…
-
Hi!
I was wondering if it wouldn't be better to separate the `.java` files into packages corresponding to specific topics (like searching, graphs, etc) instead of having all of them into a single f…
-
Currently, using `LoggerConfig.fromPackage(String/Package).update(...)` only affects `Logger`s for classes directly under the referred package.
It would be handy to have a way to configure all logg…
-
I'm sure this has been out of production for a while, so I've rewritten some parts for my purposes, but for anyone coming across this who wants to use the code in Python3:
- in the init file, add a…
-
**问题描述**
在没有任何关联的两个页面打包后互相引用报错了(可能是两个路径比较相似)
**复现步骤**
[复现问题的步骤]
1. 启动 'unibug2.zip'
2. 点击 '点击首页去问题页面'
3. 报错(packageForIncreasePro/buyIncreasePro/buyIncreaseProducts.vue 里面什么代码都没写也没有相关引用 打包完成…
-
Last year we discussed the possibility of having each individual component as their own package. See #247 for more on that.
I have another proposal that would be a compromise on this but should hel…
jrios updated
5 years ago