Displaying 6 results from an estimated 6 matches for "subresources".
2008 Nov 16
0
non-RESTful action or nested routes?
...I don''t want to overload "update", nor do I want to modify the
UI to fit "start task" into a form of update.
I can see two options:
1 - create named routes on task for "start" and "complete" (post to
these does the action in question)
2 - create subresources of project for "completed_tasks" and
"started_tasks" (where a post to /projects/5/completed_tasks/78 would
"complete" task #78 of project #5)
Which would be the "least surprising" way to do this, from a Rails
perspective?
Dave
--~--~---------~--~----~----...
2020 Mar 21
4
Problem with HTTP stream but not HTTPS.
Strange issue - not sure if something has changed in Icecast2, but suddenly my long-running stream won’t connect to 8000 and says 'File or directory not found’
http://listen.radioclash.com:8000/ <http://listen.radioclash.com:8000/>
but will happily connect to the SSL port I’ve set up
https://listen.radioclash.com:8443/ <https://listen.radioclash.com:8443/>
I am using Liquidsoap
2014 Oct 31
0
Wine release 1.7.30
...tests: Use create_device for test_fpu_setup.
d3d8/tests: Use create_device in test_swvp_buffer.
d3d8/tests: Skip unsupported resources in test_resource_type.
d3d9/tests: Skip unsupported resources in test_resource_type.
wined3d: Remove texture locations after downloading all subresources.
wined3d: Update Nvidia driver versions.
wined3d: Update AMD drivers.
Vincent Povirk (4):
authz: Stub AuthzInstallSecurityEventSource.
msvcrt: Implement _strtoul_l.
msvcrt: Implement _wcsnicmp_l.
gdiplus: Fix error when drawing from a rectangle outside bitmap bo...
2015 Oct 30
0
Wine release 1.7.54
The Wine development release 1.7.54 is now available.
What's new in this release (see below for details):
- Implementation of the TransmitFile function.
- More implementation of the Web Services DLL.
- Improved video decoding.
- Alternative for the deprecated prelink tool.
- Major Turkish translation update.
- Various bug fixes.
The source is available from the following
2010 Aug 20
0
Wine release 1.3.1
The Wine development release 1.3.1 is now available.
What's new in this release (see below for details):
- Support for drag & drop between X11 and OLE.
- New ipconfig.exe builtin tool.
- Support for favorites in builtin Internet Explorer.
- Beginnings of a shell Explorer control.
- A number of DirectDraw code cleanups.
- Improvements to the calendar control.
- Various bug
2011 Mar 18
0
Wine release 1.3.16
...: Fix a memory leak (valgrind).
msimsg: New dll.
msi: Skip reference counting for assembly components.
msi: Let the InstallFiles action determine which private assembly files to install.
msvcrt: Implement _set_security_error_handler.
Henri Verbeet (40):
wined3d: Check subresources for NULL during texture cleanup.
wined3d: Get rid of the SFLAG_LOCKED hack in flush_to_framebuffer_drawpixels().
wined3d: Clear SFLAG_LOCKED as soon as possible in IWineD3DSurfaceImpl_Unmap().
wined3d: Try to evict the surface's sysmem copy in surface_load_location().
wi...