Code Monkey home page Code Monkey logo

Comments (9)

weepy avatar weepy commented on August 24, 2024

Thanks, though I'm no longer actively working on it.

from kaffeine.

yjgaia avatar yjgaia commented on August 24, 2024

Thanks to your reply.
but please fix the one bug for me.
I'm in trouble when make a framework using Kaffeine now.

self = {};
self.a = a = function() {};
-> code is ok, but 'a' is not generated to compiled-JS code. (like var a = func...);

I want to use Kaffeine for my framework UPPERCASE ( http://uppercase.io ).
I'm making UPPERCASE's sub project run with Kaffeine, UPPERKASE( https://github.com/BTNcafe/UPPERKASE ).

I LOVE Kaffeine's systax (Especially, syntax for async.)

p.s. sorry for my english ;(

from kaffeine.

weepy avatar weepy commented on August 24, 2024

can you try

a = self.a = function() { }

On Tue, Mar 4, 2014 at 3:06 PM, Young Jae Sim [email protected]:

Thanks your reply.
but please fix the one bug for me.
I'm in trouble when make a framework using Kaffeine now.

self = {};
self.a = a = function() {};
-> code is ok, but 'a' is not generated to compiled-JS code. (like var a =
func...);

I want to use Kaffeine for my framework UPPERCASE ( http://uppercase.io ).
I'm making UPPERCASE's sub project run with Kaffeine, UPPERKASE(
https://github.com/BTNcafe/UPPERKASE ).

I LOVE Kaffeine's systax (Especially, syntax for async.)

p.s. sorry for my english ;(

Reply to this email directly or view it on GitHubhttps://github.com//issues/50#issuecomment-36633194
.

from kaffeine.

weepy avatar weepy commented on August 24, 2024

what is UPPERCASE.io ?

On Tue, Mar 4, 2014 at 3:18 PM, Jonah Fox [email protected] wrote:

can you try

a = self.a = function() { }

On Tue, Mar 4, 2014 at 3:06 PM, Young Jae Sim [email protected]:

Thanks your reply.
but please fix the one bug for me.
I'm in trouble when make a framework using Kaffeine now.

self = {};
self.a = a = function() {};
-> code is ok, but 'a' is not generated to compiled-JS code. (like var a
= func...);

I want to use Kaffeine for my framework UPPERCASE ( http://uppercase.io).
I'm making UPPERCASE's sub project run with Kaffeine, UPPERKASE(
https://github.com/BTNcafe/UPPERKASE ).

I LOVE Kaffeine's systax (Especially, syntax for async.)

p.s. sorry for my english ;(

Reply to this email directly or view it on GitHubhttps://github.com//issues/50#issuecomment-36633194
.

from kaffeine.

yjgaia avatar yjgaia commented on August 24, 2024

uppercase.io is full-stack framework like meteor.
i wanna use self.a = a = function() {}.
is it impossible? ㅜㅜ

from kaffeine.

weepy avatar weepy commented on August 24, 2024

i don't know I'm afaid, what's wrong with

a = self.a = .. ?

On Tue, Mar 4, 2014 at 3:54 PM, Young Jae Sim [email protected]:

uppercase.io is full-stack framework like meteor.
i wanna use self.a = a = function() {}.
is it impossible? ㅜㅜ


Reply to this email directly or view it on GitHubhttps://github.com//issues/50#issuecomment-36639014
.

from kaffeine.

yjgaia avatar yjgaia commented on August 24, 2024

oh, it is not wrong. :)
just i want it.
I have often been so write source code.

https://github.com/BTNcafe/UPPERCASE-EXAMPLES/blob/master/WebPageExample/BROWSER/View.js

self.close = close = function(params) {
    div.remove();
};

from kaffeine.

weepy avatar weepy commented on August 24, 2024

damn - sorry im not going to have time to figure out what the problem is.
certainly quicker for you to write "close = self.close etc " ..

On Tue, Mar 4, 2014 at 4:01 PM, Young Jae Sim [email protected]:

oh, it is not wrong. :)
just i want it.
I have often been so write source code.

https://github.com/BTNcafe/UPPERCASE-EXAMPLES/blob/master/WebPageExample/BROWSER/View.js

self.close = close = function(params) {
div.remove();
};

Reply to this email directly or view it on GitHubhttps://github.com//issues/50#issuecomment-36639888
.

from kaffeine.

yjgaia avatar yjgaia commented on August 24, 2024

ok weepy, thanks.
and thank you so much for creating Kaffeine, too

from kaffeine.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.