Displaying 20 results from an estimated 30000 matches similar to: "need dynamic forms ui ideas for approval workflows"
2019 Oct 29
3
Committing with git
> At the dev meeting I heard Doug Gregor say something like, "what kind of dirty animals are you, you just push directly to master!?" Based on that, I think other communities may set up workflows where they push branches to places, and some automation rebases and updates master asynchronously, optionally conditioned on some (light) testing or approval.
Someone has already mentioned
2006 Mar 03
7
Workflow + Rails
Is there any project or solution for an easy integration of a WFE / WfMS
into rails? I''m quite new to this topic, but I probably need a small
subset of workflow patterns (or whatever the correct term is) only. Any
pointers are welcome.
--
Posted via http://www.ruby-forum.com/.
2019 Nov 08
2
Workflow to commit changes using git alone (?)
Hi Melanie,
Thanks for your reply, but if I understand it well, this implies making changes to the local ‘main’ branch, and push from that, which is what I want to avoid. But still, if I push from ‘main’, how do I fold a number of local commits into a single one, with a single comment, as appropriate for LLVM?.
My workflow consists on creating different local branches to avoid changes on the
2011 Mar 22
0
Error on ajax forms/links in jQuery UI tabs
I''ve implemented jQuery UI tabs, and I get an error:
When i submit a ajax form or link, it gets submitted multiple times.
As seen in this Doom console output:
DELETE http://localhost:3000/innmeldings/101 404 (Not Found)
DELETE http://localhost:3000/innmeldings/101 404 (Not Found)
DELETE http://localhost:3000/innmeldings/101 404 (Not Found)
DELETE http://localhost:3000/innmeldings/101
2011 May 21
0
Jquery UI with rails nested forms
I am very beginner to ruby on rails and web-development.
I created my app that similar to Ryan Bates, episode 197 and 198, but
with use JQuery UI datepicker. But I dont really know how to do that.
I know that the problem is with element ID always same whatever I
generated new dynamic partial. For example, when I choose a day, it
works fine. but when I add new nested model (or record), only the
2015 Dec 22
0
FWD: Syslinux post from localpart@domain.tld requires approval
Hello,
Usually is it easy to identify a valid non-subscriber-posting.
Example given: the four postings about "bugzilla is back" in last day.
Today there is a posting from
the data plane development kit project, http://dpdk.org/
DPDK is a set of libraries and drivers for fast packet processing.
Packets being network packets.
That posting is not spam, but it should not go to this
2018 Feb 01
1
Customizing SBCC for lcov workflows
I’m working to implement Source Based Code Coverage in a workflow that uses lcov for report generation. We’ve customized our llvm-cov to add a command to convert the SBCC counter data to lcov’s ‘.info’ format. The problem is that the region-based counter definitions in SBCC can span source code regions that can contain blank lines (or lines with only comments). Converting this to lcov’s
2012 Nov 17
1
[LLVMdev] [cfe-dev] !!! 3.2 Release branch patching and the Code Owners
----- Original Message -----
> From: "Pawel Wodnicki" <pawel at 32bitmicro.com>
> To: "Hal Finkel" <hfinkel at anl.gov>
> Cc: "Joe Abbey" <joe.abbey at gmail.com>, llvmdev at cs.uiuc.edu, "Nadav Rotem" <nrotem at apple.com>
> Sent: Saturday, November 17, 2012 2:04:10 PM
> Subject: Re: [LLVMdev] [cfe-dev] !!! 3.2 Release
2018 Jun 28
2
[LNT] Tests for web UI/javascript?
Hello.
We've started using LNT and found it very handy. However, we found that LNT web UI is missing some features to help our use-cases.
We'd like to add them (and already started doing so) but it's hard to add them without breaking existing features/workflows because while LNT has some python CLI test coverage the dynamic Web part (mainly JS UI) is not really tested.
So our question
2010 Jun 04
1
Your message to R-help awaits moderator approval
What filter rule is violated?
So frustrated, why can't I post question!
----- Original Message ----
From: "r-help-bounces at r-project.org" <r-help-bounces at r-project.org>
To: yjmha69 at yahoo.com
Sent: Fri, June 4, 2010 12:28:37 PM
Subject: Your message to R-help awaits moderator approval
Your mail to 'R-help' with the subject
? ? subsetting a dataframe
Is
2023 Mar 23
1
FW: Your message to Icecast awaits moderator approval
Hello there,
You sent me the below email a couple of days ago and, as I haven't yet
received any moderator notice that my post was rejected ... I assume it
actually *has* been posted.
I would therefore like to see my post - and see if it has attracted any
responses.
But I need you to tell me how to see my post on the xiph site (as I cannot
find any instructions how to get to it).
Thank
2023 Mar 25
1
FW: Your message to Icecast awaits moderator approval
On Fri, 2023-03-24 at 21:45 +1100, redwood.andrew at gmail.com wrote:
> ?
> Yes, I did see that msg about taking up too many bytes ? but I never
> received the promised email from the mods, telling me it had been
> rejected!? So I assumed it had been posted ? and wanted to read the
> thread.
Sure, you can wait for the moderator's decision. How long, we do not
know.
Or you can
2006 Mar 23
2
Re: Your message to SYSLINUX awaits moderator approval
On Thu, 23 Mar 2006, syslinux-bounces at zytor.com wrote:
> Your mail to 'SYSLINUX' with the subject
>
> Re: [syslinux] Syslinux keyboard mappings
>
> Is being held until the list moderator can review it for approval.
>
> The reason it is being held:
>
> Message has a suspicious header
>
> Either the message will get posted to the list, or you
2023 Mar 24
1
FW: Your message to Icecast awaits moderator approval
Thank you very much for your email, DT.
Yes, I did see that msg about taking up too many bytes ? but I never received the promised email from the mods, telling me it had been rejected! So I assumed it had been posted ? and wanted to read the thread.
My problem is ? I cannot see how to read Icecast threads.
Any advice?
Rgds,
Andrew
From: Icecast <icecast-bounces at
2019 Oct 28
6
Committing with git
Now that we have switched to git and I had to leave behind my wonderfully
simple svn workflow I have noticed something curious when committing.
My typical workflow once my patch is approved on Phabricator has always
been:
- Update my source tree to latest
- Apply the approved patch
- Rebuild
- Retest
- If all is well, commit
Having to update again after rebuilding/retesting was extremely rare
2019 Nov 08
3
Workflow to commit changes using git alone (?)
Hi All,
Ok, just for the matter of providing feedback that may be useful for others, I figured out one way to do it based on the setup that I described earlier. It can be something like this
git checkout patchbranch # checkout to the patch branch, this is the one containing the differential patch code
git checkout -b tmp # checkout to a new tmp branch
git reset —soft master
2010 Sep 19
3
OT Gmane and r-help moderator approval
I have started to read r-help on Gmane using Thunderbird as a reader.
Before that I had messages sent to gmail account.
The first post through Gmane needed moderator approval, but then I got a
message from
Your friendly autoauthorizer at Gmane.org
saying
You are now authorized to post to the
gmane.comp.lang.r.general newsgroup.
But my messages are still needing moderator approval, which I
2023 Mar 24
1
FW: Your message to Icecast awaits moderator approval
You posted this message to the list, I'm not a mod and I can read it.
For March, I do not see any other post made by you.
It clearly says WHY your post was rejected:
"Message body is too big: 59787 bytes with a limit of 40 KB"
I suspect this was an automated action.
Re-write your original post so that it isn't too large (likely caused
by attachments), and re-send it.
On
2014 Jan 13
0
Syslinux post from zmau1962@gmail.com requires approval
Op 2014-01-13 om 10:29 schreef syslinux-owner at zytor.com:
> As list administrator, your authorization is requested for the
> following mailing list posting:
>
> List: Syslinux at zytor.com
> From: zmau1962 at gmail.com
> Subject: Re: [syslinux] (no subject)
> Reason: Post by non-member to a members-only list
>
> At your convenience, visit:
>
2013 Jun 06
1
[syslinux-owner@zytor.com: Syslinux post from upendra.gandhi@gmail.com requires approval]
FWIW the tcpdump will be a few days at
http://rosa.stappers.nl/ff/tcp_w.pcap
md5sum
a8090ca85202d62ddd5a3d5684b2e8fd tcp_w.pcap
----- Forwarded message from syslinux-owner at zytor.com -----
Date: Thu, 06 Jun 2013 12:49:11 -0700
From: syslinux-owner at zytor.com
To: syslinux-owner at zytor.com
Subject: Syslinux post from upendra.gandhi at gmail.com requires approval
Message-ID: