similar to: Image uploads like Shopify

Displaying 20 results from an estimated 10000 matches similar to: "Image uploads like Shopify"

2013 Mar 07
1
Building a Gem around an API for Shopify
Hi, Can anyone assist with API connection with Shopify? We are looking to connect and link our shopify account with an inventory fulfillment center that we are using. The logistics company has provided us with connectivity guidelines via either API connection or FTP. Let me know if you can assist with this one (hours). I can send the info you through. Thanks Matthew -- You received this
2008 May 20
0
Catching a Shopify WebHooks in a Rails App
I have a rails app that sends the user over to Shopify to process the purchase of the product. I want to use their webhooks feature to track when those products have been purchased. So my question is: Does anyone know what the receiving end should look like? Or does anyone have a sample they would be willing to post? Second question: How can I simulate this on my local machine so I can
2006 Aug 02
0
Temporary image attachements
Hi, I''m trying to achieve the same funcionality as Shopify does in their product administration. That is ''adding a new product'' and having the choice of adding images before saving or even the product exists. Any suggestions of how this would be accomplished the best way? -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Jun 12
2
Database in RoR application
I''m working on a new rails project that will have a very, very large database. Initial insert will be in the hundreds of thousands of records. The database we are getting the information from is Microsoft SQL based, and we have access to tab delimited update files daily. We''re trying to write import scripts and use a well designed database on our end. The data they are
2007 Jan 02
0
Mocha
On 31/12/06, Tobias L?tke <tobias.luetke at gmail.com> wrote: > > I just replaced various homegrown stubbing and mocking facilities in > Shopify and wanted to let you know my appreciation for this fantastic > library of yours. I love the user interface and the internal code is > something to behold as well. Thanks - I''m glad you''ve found it useful.
2007 May 21
1
FW: RPC Error with PC Netlink
Thanks for the advice. I had played with NT4 a little bit to see if I could use it for setting up a resource domain for windows 2003 machines- since it looks like you can join Windows 2003 machines to an NT4 domain (so why PCNL can't I don't know), and then establish trusts between NT4 and PCNL. I didn't really want to have NT4 machines in my enviroment any longer than necessary so
2006 Jun 02
1
Best way to bill through LinkPoint? Is ActiveMerchant solid?
I need to set up a site to charge cards through LinkPoint. I did some searching to see what was available, and saw that Shopify uses ActiveMerchant. I saw that it hasn''t been touched in several months, though perhaps that''s simply because it hasn''t needed any changes. Just wondering what''s the best way to go about this. Thanks for any info. Pat
2006 Aug 07
0
image uploads not working with lighttpd
Hi I thought it was time to test my app out on a real server. So i have installed lighttpd following the instruction on the rails wiki. everything seems to work fine except the file upload page. It doesn''t throw any errors, it just doesn''t seem to write the image to disk. Nothing is printed to the lighttpd error log when the file upload fails. I thought it might be my code
2005 Sep 08
2
couldn't find service ???
Hi all, I have Samba 3 working as a PDC on FreeBSD. There's no problem with clients logging in. But the logs say this.. -- [2005/09/07 17:32:33, 0] smbd/service.c:make_connection(794) antony (172.16.4.16) couldn't find service antonyf [2005/09/07 17:32:33, 0] smbd/service.c:make_connection(794) antony (172.16.4.16) couldn't find service antonyf [2005/09/07 17:33:14, 1]
2008 Apr 15
4
is there a way to outsource image uploads?
I''m trying to keep my rails app lean and mean and want to avoid (if possible) dealing with image uploads, thumbnail generation, running RMagick etc. I was excited about Amazon letting you upload files directly from the browser to your S3 bucket (http://doc.s3.amazonaws.com/proposals/ post.html) but I couldn''t figure out how to generate thumbnails - has anyone figured this out?
2017 Apr 20
2
IAX2 getting stuck
Can it happen that the routes lead the traffic through another interface? Did you try a packet capture with tcpdump? Do the packets really leave the usb adapter? Can asymmetric routing be in effect? Maybe there were some static routes that disappeared when the adapter was unplugged... On Thu, Apr 20, 2017, 12:41 AM Antony Stone < Antony.Stone at asterisk.open.source.it> wrote: > On
2019 Apr 12
2
Cisco 3950 ip phone
Hi, https://community.cisco.com/t5/ip-telephony-and-phones/cp-3905-asterisk/td-p/1995981 The phone does work, you do need to TFTP the configuration files to the phone though. Doesn't look like custom firmware is required. -- Chris. On Fri, Apr 12, 2019 at 3:29 PM Antony Stone < Antony.Stone at asterisk.open.source.it> wrote: > On Friday 12 April 2019 at 15:24:27, Gokan Atmaca
2017 Apr 19
2
IAX2 getting stuck
On 4/19/17 4:23 PM, Antony Stone wrote: > On Wednesday 19 April 2017 at 23:14:46, Carlos Chavez wrote: > >> On 4/19/17 4:09 PM, Antony Stone wrote: >>> On Wednesday 19 April 2017 at 22:54:51, Carlos Chavez wrote: >>>> I have a server that had been operating for a few years now with >>>> >>>> IAX2 trunks to several other servers.
2012 Jul 31
2
Remove a complete row as per the Range in a Matrix
Hi, Here i have a Matrix MyMatrix <- Name Age --------- ------- ANTONY 27 IMRAN 30 RAJ 22 NAHAS 32 GEO 42 and here i have an array with Minimum and Maximum values. MinMaxArray <- data.frame(MIN = 25,MAX=35) MIN MAX ------ -------- 25 35
2013 Aug 07
0
[LLVMdev] Can I add GlobalVariable in MachineFunctionPass ?
Is there any way you could approximate the register/instruction usage and perform live-range analysis in a higher-level LLVM IR pass? I'm not sure how useful NVPTXRegisterInfo would be anyway. Unlike backends that target "real" ISAs, these structures do not contain any special properties about registers or instructions, like cost or scheduling information. Are you trying to figure
2013 Aug 05
0
[LLVMdev] Can I add GlobalVariable in MachineFunctionPass ?
Can you tell us a bit more about what you're trying to accomplish? Changes to the IR performed during MachineFunctionPass::doInitialization will likely propagate down through code generation, but at that point what is the purpose of using a MachineFunctionPass? You won't have any analysis or instruction information available until runOnMachineFunction. On Mon, Aug 5, 2013 at 12:00 PM,
2013 Aug 06
0
[LLVMdev] Can I add GlobalVariable in MachineFunctionPass ?
Yes, global variables are the only way to access shared memory. I'm just trying to get an idea of what you're aiming to accomplish to see if we can improve on the interface here. A MachineFunctionPass runs after instruction selection and relying on doInitialization to run before instruction selection is an implementation detail that I do not believe is guaranteed anywhere (I could be
2019 Apr 12
2
Cisco 3950 ip phone
> Please give us a link to a datasheet for that device. Hello https://www.cisco.com/c/en/us/products/collateral/collaboration-endpoints/unified-sip-phone-3905/data_sheet_c78-651588.html On Fri, Apr 12, 2019 at 3:58 PM Antony Stone <Antony.Stone at asterisk.open.source.it> wrote: > > On Friday 12 April 2019 at 14:42:57, Gokan Atmaca wrote: > > > Hello > > > >
2016 Aug 25
2
We need to change our AD domain
Hi Klaus, I haven't used that tool for at least 13 years but I do recall that, among other things, it read from the registry. Coupled with the fact that Samba 4 AD is not a complete implementation of AD I can't imagine that it could possibly work. More to the point, I'd be seriously concerned about the results. This is not something I'm prepared to test in a production
2013 Aug 05
0
[LLVMdev] Can I add GlobalVariable in MachineFunctionPass ?
Antony, What are you trying to accomplish in this case? I did something very similar in the AMDIL backend, but it was not the cleanest solution and you are correct it has to be do at doInitialization stage and not at runOnMachineFunction. Micah > -----Original Message----- > From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] > On Behalf Of Antony Yu > Sent: