Giter Club home page Giter Club logo

Comments (13)

marcusoftnet avatar marcusoftnet commented on June 20, 2024

Yeah - that looks great. Give me a last chance then ;). I'll
Try to look into this.

I suggest that this is the default way of interacting with pickles and hence comes with the standard Pickles package.
Thoughts on that?

from pickles.

x97mdr avatar x97mdr commented on June 20, 2024

I would agree, Powershell is more widely known and is a great toolset.
When this becomes available we use it as the default means of generating
documentation.

On Mon, Dec 5, 2011 at 11:57 AM, Marcus Hammarberg <
[email protected]

wrote:

Yeah - that looks great. Give me a last chance then ;). I'll
Try to look into this.

I suggest that this is the default way of interacting with pickles and
hence comes with the standard Pickles package.
Thoughts on that?


Reply to this email directly or view it on GitHub:
#48 (comment)

from pickles.

marcusoftnet avatar marcusoftnet commented on June 20, 2024

Saw that PowerShell only supports .Net 3.5. So we get some problems to call into a 4.0 assembly.

Any problems with "downgrading" the projects to 3.5? Any dynamics being used there?

from pickles.

marcusoftnet avatar marcusoftnet commented on June 20, 2024

Doh! Just realized (after trying to switch to 3.5) that this is a major problem!

I'll do some more checking for PowerShell and .NET 4.0 and see if we can get around it that way

from pickles.

x97mdr avatar x97mdr commented on June 20, 2024

I seem to recall that this was an issue, but I cannot remember using any
specific .NET4 features ... ?

On Tue, Dec 6, 2011 at 2:11 PM, Marcus Hammarberg <
[email protected]

wrote:

Doh! Just realized (after trying to switch to 3.5) that this is a major
problem!

I'll do some more checking for PowerShell and .NET 4.0 and see if we can
get around it that way


Reply to this email directly or view it on GitHub:
#48 (comment)

from pickles.

marcusoftnet avatar marcusoftnet commented on June 20, 2024

Got my hacking evening destroyed by a screaming kid. I'll look into this some more. There were some problems but I went over it very fast.

Probably no biggie

/Marcus Hammarberg
www.marcusoft.net
Skickat från Marcus iPhone

7 dec 2011 kl. 00:18 skrev [email protected]:

I seem to recall that this was an issue, but I cannot remember using any
specific .NET4 features ... ?

On Tue, Dec 6, 2011 at 2:11 PM, Marcus Hammarberg <
[email protected]

wrote:

Doh! Just realized (after trying to switch to 3.5) that this is a major
problem!

I'll do some more checking for PowerShell and .NET 4.0 and see if we can
get around it that way


Reply to this email directly or view it on GitHub:
#48 (comment)


Reply to this email directly or view it on GitHub:
#48 (comment)

from pickles.

x97mdr avatar x97mdr commented on June 20, 2024

no worries, thank you for the time spent on it! I think I'm going to work
on Word format as the next implementation. Any other ideas as to what
should be the next format to support?

On Wed, Dec 7, 2011 at 1:30 AM, Marcus Hammarberg <
[email protected]

wrote:

Got my hacking evening destroyed by a screaming kid. I'll look into this
some more. There were some problems but I went over it very fast.

Probably no biggie

/Marcus Hammarberg
www.marcusoft.net
Skickat frn Marcus iPhone

7 dec 2011 kl. 00:18 skrev [email protected]:

I seem to recall that this was an issue, but I cannot remember using any
specific .NET4 features ... ?

On Tue, Dec 6, 2011 at 2:11 PM, Marcus Hammarberg <
[email protected]

wrote:

Doh! Just realized (after trying to switch to 3.5) that this is a major
problem!

I'll do some more checking for PowerShell and .NET 4.0 and see if we can
get around it that way


Reply to this email directly or view it on GitHub:
#48 (comment)


Reply to this email directly or view it on GitHub:
#48 (comment)


Reply to this email directly or view it on GitHub:
#48 (comment)

from pickles.

marcusoftnet avatar marcusoftnet commented on June 20, 2024

I would think that PDF would be best after that.

But I've also have my thoughts on JSON and an one-page interactive webpage driven by JavaScript that operate on the JSON data. Would that be hard?

With JSON data it could also be simple to export to other systems etc.

What do you think?

from pickles.

x97mdr avatar x97mdr commented on June 20, 2024

I was thinking about that. I got a short email from Gojko about being able to searcha dn filter the documentation on various criteria. To do so we would need JSON storage I think. It would work kind of like TiddlyWiki with all of the info in one file and various bits of functionality on top? Maybe we could even use a cool Javascript MVC framework to work it all up! ;)

from pickles.

marcusoftnet avatar marcusoftnet commented on June 20, 2024

Exactly - we simply point to a CDN'ed version of KnockIut.js for example.

The "app" is a simple HTML-file that include the JSON-structure. So if anybody wants to they can replace the HTML to suit their style.

I've "proved" that it works in another project.

/Marcus Hammarberg
www.marcusoft.net
Skickat från Marcus iPhone

9 dec 2011 kl. 03:11 skrev [email protected]:

I was thinking about that. I got a short email from Gojko about being able to searcha dn filter the documentation on various criteria. To do so we would need JSON storage I think. It would work kind of like TiddlyWiki with all of the info in one file and various bits of functionality on top? Maybe we could even use a cool Javascript MVC framework to work it all up! ;)


Reply to this email directly or view it on GitHub:
#48 (comment)

from pickles.

x97mdr avatar x97mdr commented on June 20, 2024

On Fri, Dec 9, 2011 at 6:30 AM, Marcus Hammarberg <
[email protected]

wrote:

Exactly - we simply point to a CDN'ed version of KnockIut.js for example.

The "app" is a simple HTML-file that include the JSON-structure. So if
anybody wants to they can replace the HTML to suit their style.

I've "proved" that it works in another project.

/Marcus Hammarberg
www.marcusoft.net
Skickat frn Marcus iPhone

9 dec 2011 kl. 03:11 skrev [email protected]:

I was thinking about that. I got a short email from Gojko about being
able to searcha dn filter the documentation on various criteria. To do so
we would need JSON storage I think. It would work kind of like TiddlyWiki
with all of the info in one file and various bits of functionality on top?
Maybe we could even use a cool Javascript MVC framework to work it all up!
;)


Reply to this email directly or view it on GitHub:
#48 (comment)


Reply to this email directly or view it on GitHub:
#48 (comment)

from pickles.

x97mdr avatar x97mdr commented on June 20, 2024

That would greatly improve the ability to redistribute the package as well
... Having only one (or a couple) of files would be awesome. Hrm, I'm
going to add this as an issue on Github right now

On Fri, Dec 9, 2011 at 8:21 AM, Jeffrey Cameron [email protected]:

On Fri, Dec 9, 2011 at 6:30 AM, Marcus Hammarberg <
[email protected]

wrote:

Exactly - we simply point to a CDN'ed version of KnockIut.js for example.

The "app" is a simple HTML-file that include the JSON-structure. So if
anybody wants to they can replace the HTML to suit their style.

I've "proved" that it works in another project.

/Marcus Hammarberg
www.marcusoft.net
Skickat frn Marcus iPhone

9 dec 2011 kl. 03:11 skrev [email protected]:

I was thinking about that. I got a short email from Gojko about being
able to searcha dn filter the documentation on various criteria. To do so
we would need JSON storage I think. It would work kind of like TiddlyWiki
with all of the info in one file and various bits of functionality on top?
Maybe we could even use a cool Javascript MVC framework to work it all up!
;)


Reply to this email directly or view it on GitHub:
#48 (comment)


Reply to this email directly or view it on GitHub:
#48 (comment)

from pickles.

x97mdr avatar x97mdr commented on June 20, 2024

aaaaaand here it is: ) #49

On Fri, Dec 9, 2011 at 8:22 AM, Jeffrey Cameron [email protected]:

That would greatly improve the ability to redistribute the package as well
... Having only one (or a couple) of files would be awesome. Hrm, I'm
going to add this as an issue on Github right now

On Fri, Dec 9, 2011 at 8:21 AM, Jeffrey Cameron [email protected]:

On Fri, Dec 9, 2011 at 6:30 AM, Marcus Hammarberg <
[email protected]

wrote:

Exactly - we simply point to a CDN'ed version of KnockIut.js for example.

The "app" is a simple HTML-file that include the JSON-structure. So if
anybody wants to they can replace the HTML to suit their style.

I've "proved" that it works in another project.

/Marcus Hammarberg
www.marcusoft.net
Skickat frn Marcus iPhone

9 dec 2011 kl. 03:11 skrev [email protected]:

I was thinking about that. I got a short email from Gojko about being
able to searcha dn filter the documentation on various criteria. To do so
we would need JSON storage I think. It would work kind of like TiddlyWiki
with all of the info in one file and various bits of functionality on top?
Maybe we could even use a cool Javascript MVC framework to work it all up!
;)


Reply to this email directly or view it on GitHub:
#48 (comment)


Reply to this email directly or view it on GitHub:
#48 (comment)

from pickles.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.