A build server in the cloud.
Questions tagged [vulcan]
9 questions
4
votes
0 answers
Make a heroku buildpack for inkscape using vulcan
I want to be able to use the command line version of inkscape (http://inkscape.org/) in my rails app on heroku for some image manipulation. No, imagemagick, etc. won't do.
So I started working on my own buildpack with inkscape as an included…

Andrew Kuklewicz
- 10,621
- 1
- 34
- 42
0
votes
0 answers
Vulkan swapchain with VK_IMAGE_USAGE_TRANSFER_DST_BIT set
I have recently read, that you can create a swapchain with the imageUsage set to VK_IMAGE_USAGE_TRANSFER_DST_BIT which result in it not using the its images a the color attachment.
That means i have to create my own images for the color attachment…

Symlink
- 383
- 2
- 12
0
votes
0 answers
"Warning LNK4098 defaultlib 'MSVCRT' conflicts with use of other libs; use /NODEFAULTLIB:library" when setting up vulcan
I am trying to set up a Vulcan environment with visual studio. The program runs just fine except for the warning in the title.
I followed a tutorial that shows images for the setting. I have used the exact same settings and have not touched anything…

Cool_Cornflakes
- 315
- 2
- 13
0
votes
1 answer
How can I first launch the project with VulcanJS?
I've just started to install Vulcan Js on my computer. So I follow the tuto on official website.
And after I execute npm start, I've got this error.
> npm start
> vulcan-meteor@1.16.1 start
> meteor --settings settings.json
[[[[[…

Edouard Morineaux
- 13
- 3
0
votes
2 answers
(WINDOWS 10) Emulator: emulator: ERROR: VkCommonOperations.cpp:496: Failed to create Vulkan instance
so when I attempt to launch an emulator through android studio, I get the error in the title. From my browsing, I know that a driver is required, and I have found plenty of fixes for this issue on various linux builds, however I do not have the…

skrmeme
- 5
- 4
0
votes
1 answer
How do I fix this error when I try to run vulcan on meteor? It is given in the body
I can't figure out how to solve this problem. The error message
C:\Users\Sean O'Gary\Documents\Vulcan-Starter>npm start
> Vulcan@1.13.4 prestart C:\Users\Sean O'Gary\Documents\Vulcan-Starter
> node .vulcan/prestart_vulcan.js
___ ___
\\\\ …
0
votes
1 answer
React native meteor vs react native and rest api
I am architecting for new application and finalized to use react for web and react native for mobile and graphQl. Now I am wondering whether to build a server using node and express or to use Vulcanjs and build web application using meteor, react…

Vinod Kolla
- 184
- 4
- 15
0
votes
0 answers
Error in React versions in nodejs
i has installed a version of Vulcan framework and React packages make a error with the package react-datetime. He no find module create-react-class
and produce this error (sugestions):
Error: Cannot find module 'create-react-class'
at…
0
votes
1 answer
How to handle vulcan response from Bash Script
Say I write a bash script to do this
#!/bin/bash
vulcan build -v -s .-c "./configure --enable-static etc.. etc..
The output of this command includes
->> Downloading build artifacts to
(available at http://myapp.herokuapp.com/{guid}
How would I…

MikeW
- 4,749
- 9
- 42
- 83