-
Hi,
Any plans to implement some advanced alerting features in graylog2?
E.g. I have logs with ip addresses, user IDs and URLs.
I want to get an alert if within 15 minutes any userid accesses certain…
-
```
Is there a way to do this in tiny-js? The way javascript usually handles
polymorphism is with variable argument counts. The following seems to fail in
tiny-js.
function test(a,b)
{
alert(…
-
```
Is there a way to do this in tiny-js? The way javascript usually handles
polymorphism is with variable argument counts. The following seems to fail in
tiny-js.
function test(a,b)
{
alert(…
-
It seems that the "length" property is retrieved from the local javascript proxy object instead of the remote object, but a work-a-round is to do as follows:
// myobject name of object added AddHo…
-
When we try to embed youtube video using below iframe syntax, javascript code gets executed.
``
**Steps to reproduce**
1. Click on youtube toolbar button
2. Paste `` in embed code box
3. Cl…
-
_From [carrot11...@gmail.com](https://code.google.com/u/101045357318340735112/) on May 06, 2014 01:03:37_
What steps will reproduce the problem? 1.load a hybird app
2.click a button with a alert What…
renas updated
9 years ago
-
```
What steps will reproduce the problem?
1.load a hybird app
2.click a button with a alert
What is the expected output? What do you see instead?
the alert should be popped up,however the alert was…
-
```
Just with this code :
$(document).ready(function(){
$.twitter.test(printSuccess);
function printSuccess(data, textStatus){
alert("S :"+textStatus);
…
-
```
What steps will reproduce the problem?
1.load a hybird app
2.click a button with a alert
What is the expected output? What do you see instead?
the alert should be popped up,however the alert was…
-
Don't want to use javascript lib npm install api-ai-javascript --save
**Below integration fails the build:**
```
import { Component } from '@angular/core';
import { NavController, AlertControl…
ghost updated
7 years ago