Yeti is an ML style functional programming language that runs on the JVM.
Questions tagged [yeti]
12 questions
34
votes
6 answers
What's the easiest way to build an F# compiler that runs on the JVM and generates Java bytecode?
The current F# Compiler is written in F#, is open source and runs on .Net and Mono, allowing it to execute on many platforms including Windows, Mac and Linux. F#'s Code Quotations mechanism has been used to compile F# to JavaScript in projects like…

Phillip Trelford
- 6,513
- 25
- 40
5
votes
3 answers
Yeti problem - can't find module 'jade'
I've just installed Yeti from Yahoo, but when I go to http://localhost:8000/ I get this:
Error: Cannot find module 'jade'
at loadModule (node.js:289:15)
at require (node.js:420:14)
at ServerResponse.render…

Uffo
- 9,628
- 24
- 90
- 154
4
votes
1 answer
Rally Connector (Yeti) and checking for changes
Does the Rally Connector (Yeti) use polling of web services, or some sort of event driven functionality to check for changes?

RepDetec
- 741
- 13
- 29
2
votes
1 answer
Need help with how to start using YUI YETI in Cygwin for JS testing
I'm new to a lot of things that YETI requires to run, and I've made it through most of the steps to get it to work. I have installed cygwin so I can run node.js and npm (I used these instructions). Once done, I ran npm install yeti, and yeti…

JustcallmeDrago
- 1,885
- 1
- 13
- 23
1
vote
1 answer
Error "Class Locale Not found" in Yetiforce Installation
Good afternoon,
I tried to install the Yetiforce application through cPanel, but when I finished installing it and opened the URL, I got the error: "Class Locale not found"
I have modified the options in php as it says in the official documentation…

Ako
- 11
- 3
1
vote
0 answers
Sub menu of menu in navbar using yeti theme
I want to create sub-menu of menu using Yeti theme in navbar. I downloaded bootstrap min css for this from here. yeti.
Now I need to include submenu of menu like this link (second level link).
jsfiddle1
When I tried it using Yeti I did not get…

user1791574
- 1,729
- 2
- 16
- 30
1
vote
2 answers
Detached child process exits on script exit in node.js
I've followed the instructions in the api docs as far as I can tell. I spawn the process, using the options detached:true, stdio:['ignore','ignore','ignore'], I call unref on the ChildProcess. The ChildProcess has a pid, so I think it was…

Ryan Lynch
- 7,676
- 1
- 24
- 33
0
votes
0 answers
Send email using PHP directly without database queue
I'm trying to modify an existing PHP email function on the Yeti CRM platform. Right now the function sendFromTemplate($params) takes the collected form variables(stored in $params) and sends it to another function that writes it to a database table…

BatmanPrime
- 13
- 4
0
votes
1 answer
Yeti CRM will not attach files using PHPMailer
I am using a form in the Yeti CRM that allows the user to view a document then gives them the option to email said document. It is using PHPMailer but I cannot get it to attach the document. All other fields are responding to edits (To, From,…

BatmanPrime
- 13
- 4
0
votes
0 answers
How turn off responsive navbar in bootstrap yeti template?
I use this template for bootstrap http://bootswatch.com/yeti/, so I have bootstrap.css but I want turn off responsive features completely for web. The main problem is in navbar - if I change the window size the navbar starts looks bad.
I need…

Pavel Sládek
- 583
- 1
- 4
- 6
0
votes
2 answers
How turn off completely responsive features in bootstrap yeti template?
I use this template for bootstrap http://bootswatch.com/yeti/, so I have bootstrap.css but I want turn off responsive features completely for web. I need advice - have I do some changes in css file, or in web template only? My web where I solving…

Pavel Sládek
- 583
- 1
- 4
- 6
0
votes
1 answer
cloudfoundry/vcap several yeti tests failing
I've been doing nearly daily single OS builds of cloudfoundry/vcap now on Ubuntu 10.04.4. The last successful completion of all steps listed at https://github.com/cloudfoundry/vcap was on 12/4/12. Since then, there's been one problem or another…

naito
- 1