Displaying 5 results from an estimated 5 matches for "importfile".
2010 Jan 22
0
Routing/File Upload/Put vs. Post puzzle
...t that.
index.html.erb:
What would you like to maintain?
<ul>
<li>Import for bulk Election load
<p>
<% form_tag :action => ''import_file'', :method => ''put'', :multipart
=> true do %>
<%= file_field_tag "importFile", :accept => "text/xml" %>
<br>Import as:
<%= submit_tag "XML file" %>
<%= submit_tag "YML file" %>
<% end %>
</p>
</li>
notes: There are two buttons in this form, one to import it...
2018 Aug 08
2
LLD COFF library: crashes when lld::coff::link is called twice
...fix:
>
> --- a/lld/COFF/Driver.cpp
> +++ b/lld/COFF/Driver.cpp
> @@ -72,6 +72,9 @@ bool link(ArrayRef<const char *> Args, bool CanExitEarly,
> raw_ostream &Diag) {
> exitLld(errorCount() ? 1 : 0);
>
> freeArena();
> + ObjFile::Instances.clear();
> + ImportFile::Instances.clear();
> + BitcodeFile::Instances.clear();
> return !errorCount();
> }
>
> I don't know how to make a test for this, since it depends on running LLD
> twice in the same process.
>
> Can I get some assistance trying to get this fix upstreamed?
>
>...
2018 Jul 25
2
LLD COFF library: crashes when lld::coff::link is called twice
If you call lld::coff::link twice, the second time gives this backtrace:
msvcp140d.dll!00007ffc35830806() Unknown
> zig.exe!std::_Debug_pointer<lld::coff::Chunk * __ptr64
const>(lld::coff::Chunk * const * _Ptr, const wchar_t * _File, unsigned int
_Line) Line 926 C++
zig.exe!std::_Debug_range2<lld::coff::Chunk * __ptr64 const *
__ptr64>(lld::coff::Chunk * const *
2017 Oct 04
2
Leer parquet files desde R
Hola Carlos.
spark_read_parquet es de sparklyr y necesita un sparkcontext inicializado
para leer el fichero de parquet.
El mié., 4 oct. 2017 22:11, Carlos Ortega <cof en qualityexcellence.es>
escribió:
> Hola José Luis,
>
> ¿Has probado directamente con "dplyr"?...
>
> spark_read_parquet
>
2010 Mar 05
0
Wine release 1.1.40
...o implementation.
oleaut: Added ITypeInfo2_fnGetRefTypeInfo implementation.
oleaut32: Improved implementation of ICreateTypeInfo2_fnAddImplType.
oleaut32/tests: Added more typelib creation tests.
oleaut32: Added implementation of ITypeInfo2_fnGetTypeAttr.
oleaut32: Fix importfile searching in ctl2_alloc_importinfo.
oleaut32: Improve TKIND_COCLASS handling while creating typelib.
oleaut32/tests: Remove incorrect test.
oleaut32: Added implementation of ITypeInfo2_GetImplTypeFlags.
oleaut32: Added implementation of ITypeInfo2_GetRefTypeOfImplType....