-
To help devs with contributions, we should document which golang vendoring tools we use.
Given the presence of https://github.com/clearcontainers/runtime/blob/master/Gopkg.lock I am guessing we use h…
-
Quoting @wjwwood from #723, the reason for having rviz_ogre_vendor was:
> I think that we vendored it because the versions below it didn't work for us, the ones in Ubuntu, and later versions had bu…
ijnek updated
4 months ago
-
Hi,
xmutil seems to be fronting a number of operations handy on Xilinx boards and implemented through various backends – boardid, bootfw / image-update, platform stats etc.
It would seem useful …
-
Patch has been merged upstream.
-
CUB and moderngpu are both relatively standard GPU libraries. Does it make sense to continue vendoring them instead of requiring them as dependencies that are picked up through the usual CMake machine…
-
We have build tools and scripts. Because godep does not allow for main packages to be vendored, we are faced with a crappy situation: don't vendor or vendor the binary. Checking in a binary is no buen…
-
## What happened?
When errors reference a primitive of type UUID in an API definition, the code generated by Conjure Go doesn't compile.
API definition:
```
{
"version": 1,
"errors":…
-
I'm working on a project and wanted to convert it over to using glide.
I ran `glide create` and generated the following yaml:
```
package: github.com/myco/myapp
import:
- package: github.com/dg…
-
As of version `0.4.3`, the `./scripts` directory contains some wrappers that should emulate previous behaviour.
This is `sprites.py`, for example:
```py
#!/bin/python3
import sys
from s4c.c…
-
**Describe the bug**
I wanted to make my project to use [`deno install`](https://docs.deno.com/runtime/reference/cli/install) and vendoring, but I encountered a strange problem, namely that when se…