S Suehs

Results 12 issues of S Suehs

ItemFile.GetFirstRevsion assumes the first record will always be a RevisionRecord. We see a case where the first record is a delta. Yeah, I know, but it is, and it's a...

**Tell us about your request** When Docker Desktop indicates that 'Kubernetes failed to start' it would be helpful if it gave better diagnostics about why DockerDesktop thinks Kubernetes failed to...

community_new

Is the link to luxRender correct?

The following do not appear to be in the Fortran 2003 standard (though it is hard to tell given that the standard document is not freely available). - integer literal...

Consider adding an example that is compatible with server code that uses a session and session cookie.

What I was doing: parsing some fortran code, as one is want to do. What I expected: a parse with no errors. What happened instead: errors - no viable alternative...

I've been looking at this and looked at the Fortran90parser.g4 and am just not seeing the problem. It looks like a END SELECT NAME? should be ok with this. Example...

fortran

Add a fleqn property to allow using katex's fleqn. References issue #89 https://github.com/talyssonoc/react-katex/issues/89

This may end up being more Intel extensions to the Fortran language since we find it when trying to parse ifwinty.f90 Somewhere around line 9194 we run into > integer,...

fortran

some Fortran: ` module mymodule_0_pain implicit none INTERFACE SUBROUTINE DPN_INITIALIZE (status) INTEGER*4, INTENT(OUT) :: status END SUBROUTINE END INTERFACE end module ` Seems to build ok: ` gfortran.exe callstatuspain2.f90 -c`...

fortran